forked from orbit-oss/flask
- 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) |
||
|---|---|---|
| .. | ||
| blueprintexample | ||
| flaskr | ||
| jqueryexample | ||
| minitwit | ||