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
python-social-auth is Python 3 compatible already, the setup.py will install python3-openid instead of python-openid if Python3 is detected. The dependency is also listed in the requirements-python3.txt file for those installing manually.
I'm updating my project from django-1.2/python-2.6 to django-1.6/python-3.4, and most of it was straight forward.
I was using django-social-auth and I see that it's deprecated in favor of this solution.
The thing is: the python-openid dependency will fail because they don't support py3k yet.
Which alternative could I use in order to get google login support at least?
The text was updated successfully, but these errors were encountered: