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, |
The allauth.utils module no longer contains the
email_address_existsfunction (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.at this line
django-rest-auth/rest_auth/registration/serializers.py
Line 7 in cdd04aa