An open API service indexing awesome lists of open source software.

https://github.com/jaredthecoder/knoxpy-flask-web-dev

Slides and Code from my talk on Web Development with Flask at KnoxPy
https://github.com/jaredthecoder/knoxpy-flask-web-dev

Last synced: 3 months ago
JSON representation

Slides and Code from my talk on Web Development with Flask at KnoxPy

Awesome Lists containing this project

README

          

# knoxpy-flask-web-dev

Slides and Code from my talk on Web Development with Flask at KnoxPy on October 6th, 2016.

### Notes on Redzone Demo

- The full demo is in `demo/redzone`.
- Run `python manage.py db init`, `python manage.py db migrate`, and `python manage.py db migrate` first before anything else.
- To start the application, run `honcho start`, but make sure to do `pip install -r requirements.txt` first 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.