Flask: Difference between revisions

Content added Content deleted
m (Protected "Flask" ([Edit=Allow only logged in users] (indefinite) [Move=Allow only logged in users] (indefinite) [Delete=Allow only logged in users] (indefinite)))
No edit summary
Line 17: Line 17:
Access the above app from:
Access the above app from:
http://127.0.0.1:5000/
http://127.0.0.1:5000/

Enable Debugging & access URL over network:
app.run(debug = True, host= '0.0.0.0')