git clone https://github.com/KalobTaulien/django-101.git
Download this file and extract it.
cd django-101
pipenv shell
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000