Running on Python 3.9 with django.
Create the initial database with
python manage.py migrate
Create a superuser
python manage.py createsuperuser --username admin --email ""
Spin up the debug server
python manage.py runserver --settings config.settings.debug
To populate the database, login as admin and visit
http://localhost:8000/import
This requires 4 files in data/
.