Skip to content

chrispsk/django_custom_usermodel_full_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom_usermodel_full_auth

Custom Django user model with full authentication.

Features

  • Registration with email activation
  • Login via email
  • Logout
  • Extended profile model with city field
  • Password reset
  • Password change
  • Full validations

Setup

python -m venv .venv
.venv\Scripts\activate
pip install django
python manage.py migrate
python manage.py runserver

Open in browser

http://localhost:8000

License

This project is open source.

About

Custom Django user model with full authentication

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors