D
D
DanyGrishaev2017-06-09 20:07:34
Django
DanyGrishaev, 2017-06-09 20:07:34

Can't make Django-Social-Auth migration, what's the problem?

After setting up social auth, I tried to migrate, the result was this:
from django.utils.importlib import import_module
ImportError: No module named 'django.utils.importlib'
This is from
File "/home/daniil/someenv/myenv/lib/ python3.5/site-packages/social_auth/models.py", line 4, in
What's the problem? Django 1.11.1 , python 3.5

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pan Propan, 2017-06-09
@DanyGrishaev

Django-Social-Auth doesn't work with Django 1.11

E
Eugene, 2017-06-09
@immaculate

You can also use django-allauth. A simple and reliable combine that solves all authorization issues.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question