ImportError: No module named 'social_django'
See original GitHub issueWhen getting version 0.3.0, I get the following error:
ImportError: No module named 'social_django'
Anybody had a similar issue?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
python-social-auth with Django: ImportError: No module ...
Successfully installed social-auth-app-django-0.1.0, python manage.py migrate, ImportError: No module named 'social_auth'.
Read more >No module named 'social' · Issue #23 - GitHub
After pip installing social, it lead to a series of other 'no module' errors. It ended with "ImportError: No module named 'mass' ",...
Read more >No module named 'social_django' 解决方法- 思凡念真- 博客园
python-social-auth with Django: ImportError: No module named 'social_django' 解决方法 To use Django with python social auth, you need to install ...
Read more >Django Framework - Python Social Auth documentation
A list of available backend names not associated with the current user yet. If there's no user logged in, it will be a...
Read more >python-social-auth with Django: ImportError: No ... - YouTube
Django : python-social-auth with Django: ImportError : No module named 'social_django' [ Beautify Your Computer ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You need to install
social-auth-app-django
too. Check the details in the migration file.thanks, this help out, but i am now having issue with my django url back end, it display the following after login in with the superuser credential i created
does anyone have the idea of what i need to do and how to go about this.
Regards