Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error: no module named google_auth #423

Closed
DataSwede opened this issue Oct 27, 2014 · 1 comment
Closed

Import error: no module named google_auth #423

DataSwede opened this issue Oct 27, 2014 · 1 comment

Comments

@DataSwede
Copy link

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.

@omab
Copy link
Owner

omab commented Apr 4, 2015

There's no such import in the app, probably something you copied from some other place?

Closing, reopen if needed.

@omab omab closed this as completed Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants