Use fixed timezone
This commit is contained in:
parent
7918f0d513
commit
84cf78b6ed
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ HELPER_SETTINGS = dict(
|
||||||
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
|
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
|
||||||
'easy_thumbnails.processors.filters',
|
'easy_thumbnails.processors.filters',
|
||||||
),
|
),
|
||||||
|
USE_TZ=True,
|
||||||
|
TIME_ZONE='UTC',
|
||||||
FILE_UPLOAD_TEMP_DIR=mkdtemp(),
|
FILE_UPLOAD_TEMP_DIR=mkdtemp(),
|
||||||
SITE_ID=1,
|
SITE_ID=1,
|
||||||
HAYSTACK_CONNECTIONS={
|
HAYSTACK_CONNECTIONS={
|
||||||
|
|
Loading…
Reference in a new issue