I collect in this project my examples with python Flask .
- Every example are in his own folder.
- flask_parameters
- flask_sessions
- flask_templates
- flaskApp
To run the examples in your local environment:
git pull https://github.com/Hambert/python-flask
cd python-flask
export FLASK_APP=flaskApp
export FLASK_ENV=development
flask init-db
flask run