openshift-cs / devcenter

Developer Center
https://developers.openshift.com
14 stars 34 forks source link

No wsgi.py in the Flask app used in Flask microframework tutorial #459

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

https://developers.openshift.com/languages/python/flask.html

The flask app used in the tut is at https://github.com/openshift-quickstart/flask-base . There is no wsgi.py as is mentioned in the subsequent steps of the tutorial.

jsvgoncalves commented 8 years ago

@aviaryan thanks for reporting, we'll take a look

jiri-fiala commented 8 years ago

The Flask quickstart is meant to be an alternative to creating a Flask app manually in a new Python 2.7 app described in the tutorial.