Skip to content

mdrkb/django-custom-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-custom-user

Create Custom User Model and Authentication in Django.

Getting Started

Prerequisities

  • Python >= 3.5.2
  • Virtualenv

Installing

git clone https://github.com/mdrkb/django-custom-user.git
cd django-custom-user
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd django_user
python manage.py makemigrations
python manage.py migrate

Running Django Server

python manage.py runserver

Open browser and go to http://127.0.0.1:8000.

About

Create Custom User Model and Authentication in Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published