Flask: Difference between revisions

85 bytes added ,  5 years ago
no edit summary
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:
Access the above app from:
http://127.0.0.1:5000/
 
Enable Debugging & access URL over network:
app.run(debug = True, host= '0.0.0.0')