Forums

looking for anywhereflask tutorial, struggling ...

Created new Flask project. trying to use tutorial here ... http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

I noticed only "flask_app.py". I created a views.py at same level as flask_app.py. Apart from pycache folder, theres nothing else. However, when I changed the code to reflect tutorial, I got an error, and without debug, Ive no idea. Any pointers? thanks.

Is there anything in your error log? You'll find a link to it on the Web tab. Take a look at that, and also some of these debugging tips from our wiki.

ok very helpful, got a solution, thanks!