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
- Host: GitHub
- URL: https://github.com/jaredthecoder/knoxpy-flask-web-dev
- Owner: jaredthecoder
- License: mit
- Created: 2016-10-07T04:41:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:23:04.000Z (about 3 years ago)
- Last Synced: 2025-02-24T05:27:50.522Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.