Skip to content

Commit

Permalink
Update quicktest configuration for Python 2 tests, to address django-…
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Apr 15, 2020
1 parent c71d887 commit 20f9948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quicktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _tests(self):

settings.configure(
DEBUG=True,
TIME_ZONE='UTC',
DATABASES={
'default': {
'ENGINE': 'django.db.backends.sqlite3',
Expand Down

0 comments on commit 20f9948

Please sign in to comment.