Fix unit tests.

Discord still failing.
This commit is contained in:
Adarnof
2017-06-14 16:12:56 -04:00
parent dd3a3e1081
commit 4bc91f2381
3 changed files with 21 additions and 22 deletions

View File

@@ -170,7 +170,7 @@ CACHES = {
}
}
AUTHENTICATION_BACKENDS = ['authentication.backends.StateBackend']
AUTHENTICATION_BACKENDS = ['authentication.backends.StateBackend', 'django.contrib.auth.backends.ModelBackend']
#####################################################
##