mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-12 18:00:45 +01:00
Update quicktest configuration for Python 2 tests, to address #813
This commit is contained in:
parent
c71d8879ec
commit
20f99484ea
@ -68,6 +68,7 @@ class QuickDjangoTest(object):
|
||||
|
||||
settings.configure(
|
||||
DEBUG=True,
|
||||
TIME_ZONE='UTC',
|
||||
DATABASES={
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
Loading…
Reference in New Issue
Block a user