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'
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'