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)
1 line
No EOL
22 B
Python
1 line
No EOL
22 B
Python
from flaskr import app |