mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 07:54:44 +00:00
set USE_TZ=True in runtests to handle fixtures correctly on sqlite
This commit is contained in:
parent
7bd8c16022
commit
3042d6ef6a
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ if not settings.configured:
|
|||
STATIC_URL='/static/',
|
||||
STATIC_ROOT=STATIC_ROOT,
|
||||
MEDIA_ROOT=MEDIA_ROOT,
|
||||
USE_TZ=True,
|
||||
STATICFILES_FINDERS=(
|
||||
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
|
||||
'compressor.finders.CompressorFinder',
|
||||
|
|
|
|||
Loading…
Reference in a new issue