wow, after much distress and frustration trying to get my flask to work. I finally found exactly what I was looking for. my flask app works!!!. Thank you for this great tutorial for both Part 1 and Part 2
the code didn't run for me but when i added this: if __name__ == '__main__': app.run(debug=True) it ran well anyway why would this happen? anyone could tell me the reason?
wow, after much distress and frustration trying to get my flask to work. I finally found exactly what I was looking for. my flask app works!!!. Thank you for this great tutorial for both Part 1 and Part 2
Glad I could help!
bro you are awesome , i was stuck in some where could not able to run flask , it helped me a lot , thank you
this is exactly what i have been looking for , thank you
Glad I could help
Failed to find Flask application or factory in module 'app'. Use 'app:name' to specify one got this error
tip: if you dont want to restart the server every time use this command to launch: python -m flask --debug run
💙
the code didn't run for me
but when i added this:
if __name__ == '__main__':
app.run(debug=True)
it ran well anyway
why would this happen?
anyone could tell me the reason?