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