Update quicktest configuration for Python 2 tests, to address #813

This commit is contained in:
Garret Wassermann 2020-04-15 05:18:37 -04:00
parent c71d8879ec
commit 20f99484ea

View File

@ -68,6 +68,7 @@ class QuickDjangoTest(object):
settings.configure(
DEBUG=True,
TIME_ZONE='UTC',
DATABASES={
'default': {
'ENGINE': 'django.db.backends.sqlite3',