ecommerce-backend
ecommerce-backend copied to clipboard
Django backend for eCommerce project
Results
4
ecommerce-backend issues
Sort by
recently updated
recently updated
newest added
Authentication not implemented on frontend
python3 manage.py migrate --settings=src.settings.local Traceback (most recent call last): File "/Users/paulo/Developer/workspaces/python/ecommerce-backend/accounts/api/serializers.py", line 8, in from allauth.utils import email_address_exists ImportError: cannot import name 'email_address_exists' from 'allauth.utils' (/Users/paulo/Library/Python/3.9/lib/python/site-packages/allauth/utils.py) During handling of the...