mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-14 01:48:40 +01:00
fix for unpack requires a string argument of length 44 on py27
This commit is contained in:
parent
62e73f8a31
commit
4fbcdfe08b
@ -68,6 +68,7 @@ class QuickDjangoTest(object):
|
|||||||
|
|
||||||
settings.configure(
|
settings.configure(
|
||||||
DEBUG=True,
|
DEBUG=True,
|
||||||
|
TIME_ZONE='UTC',
|
||||||
DATABASES={
|
DATABASES={
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
|
Loading…
Reference in New Issue
Block a user