Merge 0.2.20 bugfixes

This commit is contained in:
Garret Wassermann
2020-04-15 05:47:12 -04:00
2 changed files with 2 additions and 1 deletions

View File

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