mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-10 00:17:54 +02:00
fix for unpack requires a string argument of length 44 on py27
This commit is contained in:
@ -68,6 +68,7 @@ class QuickDjangoTest(object):
|
||||
|
||||
settings.configure(
|
||||
DEBUG=True,
|
||||
TIME_ZONE='UTC',
|
||||
DATABASES={
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
Reference in New Issue
Block a user