Use fixed timezone

This commit is contained in:
Iacopo Spalletti 2016-05-26 00:52:09 +02:00
parent 7918f0d513
commit 84cf78b6ed
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

@ -88,6 +88,8 @@ HELPER_SETTINGS = dict(
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
'easy_thumbnails.processors.filters',
),
USE_TZ=True,
TIME_ZONE='UTC',
FILE_UPLOAD_TEMP_DIR=mkdtemp(),
SITE_ID=1,
HAYSTACK_CONNECTIONS={