Full Step by step tutorial on https://youtu.be/9GYb6bdqids
Clone Repository
git clone https://github.com/ShobiExplains/SimpleDjangoAuthentication.git
Install Django using pip
pip install django
Goto the Project Directory and migrate the database
cd SimpleDjangoAuthentication
python manage.py migrate