How to build a user signup and login system using django-allauth and a custom user model. We will log in with Email instead of a username
Create a new Django Project and app
Create a new directory anywhere. You can do it on your desktop and then open the folder on your favorite code editor
Open the terminal and create a virtual environment
python -m venv .myvenv
Activate virtual envir...
emmakodes.hashnode.dev6 min read