fix for unpack requires a string argument of length 44 on py27

This commit is contained in:
ilikerobots 2020-04-15 10:42:15 +03:00
parent 62e73f8a31
commit 4fbcdfe08b

View File

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