Skip to content Skip to sidebar Skip to footer

Importerror: No Module Named Allauth Error

I'm a starter in python django. I've used social authentication in my application and now when i had to switch my laptop, I run my application it says ImportError: No module named

Solution 1:

to install allauth with pip, type this command pip install django-allauth

Solution 2:

You need to install the allauth module using pip.

Please check this link for more details: http://django-allauth.readthedocs.io/en/latest/installation.html

Post a Comment for "Importerror: No Module Named Allauth Error"