Don't forget the configuration now
This commit is contained in:
parent
1a22da9dc1
commit
6485c98878
1 changed files with 2 additions and 0 deletions
|
@ -42,3 +42,5 @@ CACHE_FOLDER = os.path.join(STATIC_FOLDER, 'cache')
|
|||
### The application will keep the ratio intact and just make sure that either
|
||||
### length or width of the picture fit the length and width specified below.
|
||||
THUMB_SIZE = (256, 256)
|
||||
|
||||
PREFERRED_URL_SCHEME='https'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue