You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I'm getting an ImportError, no module named google_auth that is a result of an error arising during template rendering, specifically pointing at this line:
Login
Looking through the traceback, it looks like django is either not using social's template context processors, or there is an issue with a reference within social.
The text was updated successfully, but these errors were encountered:
I have previously been successful at implementing Google OAuth2 authentication with python social auth after following along this tutorial: http://www.artandlogic.com/blog/2014/04/tutorial-adding-facebooktwittergoogle-authentication-to-a-django-application/
Now, I'm getting an ImportError, no module named google_auth that is a result of an error arising during template rendering, specifically pointing at this line:
Login
Looking through the traceback, it looks like django is either not using social's template context processors, or there is an issue with a reference within social.
The text was updated successfully, but these errors were encountered: