Django equivalent of EmotionTracker, my RoR CRUD demonstrator
Refer to: https://github.com/sshakil/emotion-tracker
No OAuth+PKCE, yet; uses the same DB as above.
No need for migrations to be run to get up and running.
Do need ENABLE_OAUTH=false
in command for front-end
python manage.py runserver 8000
ENABLE_OAUTH=false npx webpack --watch --config ./webpack.config.js