diff --git a/tests/settings.py b/tests/settings.py index 4d83af1..3668be9 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -4,6 +4,7 @@ This file contains django settings to run tests with runtests.py from os import environ SECRET_KEY = 'fake-key' +USE_TZ = True DATABASES = { 'default': {