8000 GitHub - Vazzzovsky/django-custom-user-model: django custom user model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vazzzovsky/django-custom-user-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Custom User Model in Django

  1. How do I fully replace the username field with an email field for Django authentication?
  2. AbstractUser vs AbstractBaseUser

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Pick one: AbstractUser or AbstractBaseUser

  3. Run:

    $ python3 -m venv env && source env/bin/activate
    (env)$ pip install Django==3.2.2
    (env)$ python manage.py makemigrations
    (env)$ python manage.py migrate
    (env)$ python manage.py runserver

About

django custom user model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • HTML 6.9%
0