Hambert / python-flask

My Python Flask examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Python Flask examples


Languages

Language:Python 55.4%Language:HTML 34.5%Language:CSS 10.2%