Tivix/django-rest-auth

Failed to run with the lates allauth lib

Mixser opened this issue · 2 comments

Mixser commented

The allauth.utils module no longer contains the email_address_exists function (see commit: pennersr/django-allauth@9fccdd0). Consequently, this leads to that we are unable to run with the latest version of the Allauth library due to the absence of the email_address_exists function in the allauth.utils module.


ImportError: allauth needs to be added to INSTALLED_APPS.

at this line

from allauth.utils import (email_address_exists,

my understanding is that this package is no longer maintained. You should be able to replace this with dj-rest-auth :

https://github.com/iMerica/dj-rest-auth