flask how to run app

44

flask how to run app -

$ export FLASK_APP=hello.py
$ python -m flask run
 * Running on http://127.0.0.1:5000/

Comments

Submit
0 Comments