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
Feb 9, 2023 · 6 min read · 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...
Join discussion



