mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 04:54:45 +00:00
Use UTC timezone in tests
This prevents Django from converting times in tests
This commit is contained in:
parent
3dc83a961f
commit
735cfe3767
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ if not settings.configured:
|
|||
STATIC_ROOT=STATIC_ROOT,
|
||||
MEDIA_ROOT=MEDIA_ROOT,
|
||||
USE_TZ=True,
|
||||
TIME_ZONE='UTC',
|
||||
STATICFILES_FINDERS=(
|
||||
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
||||
'compressor.finders.CompressorFinder',
|
||||
|
|
|
|||
Loading…
Reference in a new issue