Initial commit
This project comes with a helpful Makefile! The following recipes may help with development and deployment:
init_env
: Creates a new virtual environment in .venv
upgrade_env
: Installs updated versions of the packages in requirements.txt
to your virtual environmentrun_migrations
: Runs any unapplied migrationspost_upgrade
: Runs upgrade_env
and run_migrations
, as well as making
sure that required directories exist