Skip to content

Conversation

wgwz
Copy link
Contributor

@wgwz wgwz commented Aug 31, 2016

  • 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)

This change is Reviewable

- 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)
@untitaker untitaker merged commit b42e43e into pallets:0.11-maintenance Aug 31, 2016
@untitaker
Copy link
Contributor

Thanks!

@wgwz
Copy link
Contributor Author

wgwz commented Aug 31, 2016

No problem. I'm going to push another commit soon updating the tutorial docs (testing section). On a different branch, in a different PR of course :)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants