In progress
Create and start the python environment before performing other operations.
virtualenv -p python3 venv
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Postgres is used.
Run the Django app in debug mode and auto-load on save:
python manage.py runserver
python manage.py runscript bulk_create --dir-policy none