Run configuration for Flask
Completed
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
Please sign in to leave a comment.
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.