A
A
Alexander2015-10-05 17:22:11
Django
Alexander, 2015-10-05 17:22:11

How to fix Django social auth no module urlparse?

Good afternoon, please tell me how to fix the no module urlparse error, installed django-social-auth, did everything according to the adw0rd.com/2013/2/27/django-social-auth/ guide, when I got to the place where I had to migrate, I received this error to the console.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya, 2015-10-05
@AlexMine

urlparse is only in python 2. Are you sure that django is running on python 2?
In general, this is an outdated module. It's better to use python-social-auth

Z
zelsky, 2015-10-05
@zelsky

And I vote for django-all-auth, simple and beautiful

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question