My Python Version 3.7.9
pip install pipenv
pipenv install
You need redis-server, for that click on the link below.
Download, Extract and Run redis-server.exe
redis-server.exe should run in background.
pipenv shell
python manage.py migrate
python manage.py createsuperuser
Enter the necessary details...(username & password remember)
python manage.py runserver