Monday, September 21, 2015

Print errors in Flask

Use debug flag as follows:

app.run(debug=True)

Reference:
http://blog.luisrei.com/articles/flaskrest.html

No comments:

Post a Comment