bev-a-tron / MyFlaskTutorial

A Flask Tutorial for people who don't know any web programming. Actually, it would be helpful to know static HTML, also Python.
342 stars 203 forks source link

Debug mode #3

Closed akaptur closed 12 years ago

akaptur commented 12 years ago

Changes most steps of tutorial to include app.run(debug=True) which gives the user a specific, verbose error.
If used on production machines this creates a major security risk, which is noted in the first section.

bev-a-tron commented 12 years ago

Thanks!