Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 542 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 542 Bytes

Flask Examples

I collect in this project my examples with python Flask .

Every example are in his own folder.
  • flask_parameters
  • flask_sessions
  • flask_templates
  • flaskApp

Flask simple blog example

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