flask/examples
Kyle Lawlor b42e43e3b6 Better workflow for flaskr and other basic apps (#2000)
- adds `from flaskr import app` to top-level in flaskr module
- effect is that `export FLASK_APP=flaskr` works over the more verbose
  `export FLASK_APP=flaskr.flask`
- see the readme for how to run
- all tests are passing with `py.test` or `python setup.py test` (in
  venv)
2016-08-31 18:37:36 +02:00
..
blueprintexample Unify the uses of "urls" vs "URLs". 2014-10-27 11:36:23 +01:00
flaskr Better workflow for flaskr and other basic apps (#2000) 2016-08-31 18:37:36 +02:00
jqueryexample Added fix for issue 1529 2015-07-12 21:08:16 +05:30
minitwit Update minitwit & improve testing for examples (#1954) 2016-08-22 20:52:54 +02:00