Custom Django user model with full authentication.
- Registration with email activation
- Login via email
- Logout
- Extended profile model with city field
- Password reset
- Password change
- Full validations
python -m venv .venv
.venv\Scripts\activate
pip install django
python manage.py migrate
python manage.py runserverThis project is open source.