set USE_TZ=True in runtests to handle fixtures correctly on sqlite

stable/0.3.x
Matt Westcott 2014-05-28 16:27:53 +01:00
rodzic 7bd8c16022
commit 3042d6ef6a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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