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