[STEP 1] [+] Activate python virtual environment

[STEP 2] [+] Run pip install -r requirements.txt in terminal

[Step 3] [+] Run python manage.py makemigrations

[Step 4] [+] Run python manage.py migrate

[Step 5] [+] Run python manage.py createsuperuser to create an Admin Super User.

[Step 6] [+] Login to Django Admin Page using credentials from previous step & create a normal USER (Not a staff).

[Step 7] [+] Have fun!!!.