Extending User Model Using a Custom Model Extending AbstractBaseUser
Tutorial Link - https://studygyaan.com/django/how-to-extend-django-user-model
- Create a folder and put all the files inside it.
- Create a virtual environtment -
virtualenv env
- Activate VirtualENV -
source env/bin/activate
- Run requirements.txt -
pip install -r requirements.txt
- Run the Application -
python manage.py runserver
- Go to - http://localhost:8000/