Skip to content
Snippets Groups Projects
Verified Commit 1ce622b3 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[MapCareTech] Fix MIDDLEWARE_CLASSES setting

parent 9a90faf2
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ AUTHENTICATION_BACKENDS += (
'django.contrib.auth.backends.ModelBackend',
)
MIDDLEWARE_CLASSES += (
MIDDLEWARE_CLASSES = (
'social_django.middleware.SocialAuthExceptionMiddleware',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment