~muirrum/flask-template

Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~muirrum/flask-template
read/write
git@git.sr.ht:~muirrum/flask-template

You can also use your local clone with git send-email.

#Template app created with create-flask-app

#Makefile

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 environment
  • run_migrations: Runs any unapplied migrations
  • post_upgrade: Runs upgrade_env and run_migrations, as well as making sure that required directories exist