Run configuration for Flask
已完成
I was just beginning to experiment with Flask and wasn't able to run a Flask test app. Eventually I found help at https://github.com/pallets/flask/blob/master/docs/cli.rst . Just want to share it since this doesn't seem to be documented within PyCharm.
Andrew
请先登录再写评论。
Hi Andrew! Thank you for the link! Please vote for the Flask CLI support feature request: PY-23190.
Hi Andrew, Thanks for the update. It's working. I got an locale issue. I fixed it by setting the environment variable as mentioned here.