Pretty normal Django app, dockerized dev environment. Do not put any data in this repo.
Build and exec into the container:
docker-compose build
docker-compose up -d
docker-compose exec backend bashStandard django stuff:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000- Create a directory called
private-dataat the repo root (automatically gitignored) - Copy in all your spreadsheets. Names don't matter!
docker-compose exec backend bashpython manage.py runscript ppe_import