Don't forget the configuration now

This commit is contained in:
Pierre-Yves Chibon 2013-09-27 09:46:27 +00:00
parent 1a22da9dc1
commit 6485c98878

View file

@ -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'