Open Andre-Oliveira opened 6 years ago
Is social_django
in the PYTHONPATH
? Are you able to import from it when running manage.py shell
?
@omab I'm able to import it, but I receive the same error as above.
@nbosco how did you manage to get this fixed?
After installing using
and adding it to the installed apps i don't get any new migrations, when i run
social_django isnt listed either which results on receiving the following error message
when i try to login using Facebook authentication (i expected an error like this to occur since no changes to the database were made)
Any idea on how i could fix this?
social_django is on the INSTALLED_APPS login redirect and backends are in the templates options SocialAuthExceptionMiddleware is in the MIDDLEWARE_CLASSES
Python Version: 2.7.14 Django Version: 1.8.7