Env. Variables not set while running Minimal Flask application

前端 未结 19 1994

I am trying to follow the flask documentation on my windows machine given at the following link: http://flask.pocoo.org/docs/0.11/quickstart/#debug-mode

Firstly I wrote

相关标签:
19条回答
  • 2021-01-30 04:13

    had a similar problem. got resolved by using the following: flask run --no-reload

    learnt this from flask documentation http://flask.pocoo.org/docs/0.12/server/

    0 讨论(0)
提交回复
热议问题