Slides and Code from my talk on Web Development with Flask at KnoxPy on October 6th, 2016.
- The full demo is in
demo/redzone. - Run
python manage.py db init,python manage.py db migrate, andpython manage.py db migratefirst before anything else. - To start the application, run
honcho start, but make sure to dopip install -r requirements.txtfirst to install all dependencies. - You may need to set the Redzone settings environment variable. If so, simply run
export REDZONE_SETTINGS="redzone.settings.ProdConfig"in your shell.