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:


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