omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Adding Middleware gives ImproperlyConfigured error? #1086

Closed czarina closed 7 years ago

czarina commented 7 years ago

Hi,

I'm trying to enable FB auth in Django. I added 'social.apps.django_app.middleware.SocialAuthExceptionMiddleware', to middleware, but get the error:

django.core.exceptions.ImproperlyConfigured: WSGI application 'mysite.wsgi.application' could not be loaded; Error importing module: 'cannot import name MergeDict'

czarina commented 7 years ago

Sorry, needed to update my versioning.