Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better workflow for flaskr and other basic apps (pallets#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)
- Loading branch information