Skip to content

studygyaan/How-to-Extend-Django-User-Model-AbstractBaseUser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-to-Extend-Django-User-Model-AbstractBaseUser

Extending User Model Using a Custom Model Extending AbstractBaseUser

Setup

  1. Create a folder and put all the files inside it.
  2. Create a virtual environtment - virtualenv env
  3. Activate VirtualENV - source env/bin/activate
  4. Run requirements.txt - pip install -r requirements.txt
  5. Run the Application - python manage.py runserver
  6. Go to - http://localhost:8000/

About

Extending User Model Using a Custom Model Extending AbstractBaseUser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages