# Requires Python and Git installed!
git clone ...
pip install pipenv
cd app
pipenv install
pipenv shell
python manage.py migrate
python manage.py runserver
# Requires installed Docker and Docker Compose on local machine!
docker-compose up --build
# Make sure django_app container is running!
docker exec -it django_app python manage.py createsuperuser