Creating and running demo flask app in VS Code | Flask in Visual Studio Code Tutorial Part #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 9

  • @rroc001t1200b
    @rroc001t1200b ปีที่แล้ว +1

    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

    • @CoolITHelp
      @CoolITHelp  ปีที่แล้ว

      Glad I could help!

  • @ashutoshtinker4734
    @ashutoshtinker4734 ปีที่แล้ว

    bro you are awesome , i was stuck in some where could not able to run flask , it helped me a lot , thank you

  • @otd7920
    @otd7920 ปีที่แล้ว +1

    this is exactly what i have been looking for , thank you

  • @_ankit_9937
    @_ankit_9937 2 ปีที่แล้ว +3

    Failed to find Flask application or factory in module 'app'. Use 'app:name' to specify one got this error

  • @ansh1709
    @ansh1709 ปีที่แล้ว +4

    tip: if you dont want to restart the server every time use this command to launch: python -m flask --debug run

  • @wirayogie
    @wirayogie 9 หลายเดือนก่อน

    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?