iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.66k stars 309 forks source link

Module import error with all-auth latest version #545

Open anupsingh3292 opened 1 year ago

anupsingh3292 commented 1 year ago

File "/home/fotoley-anup/blog-project/blogzine/venv/lib/python3.10/site-packages/dj_rest_auth/registration/urls.py", line 4, in from .views import RegisterView, VerifyEmailView, ResendEmailVerificationView File "/home/fotoley-anup/blog-project/blogzine/venv/lib/python3.10/site-packages/dj_rest_auth/registration/views.py", line 21, in from dj_rest_auth.registration.serializers import ( File "/home/fotoley-anup/blog-project/blogzine/venv/lib/python3.10/site-packages/dj_rest_auth/registration/serializers.py", line 20, in raise ImportError('allauth needs to be added to INSTALLED_APPS.

Dresdn commented 1 year ago

Duplicate of #534