Answers for "flask what is the main function not needed because web applications do not use a `main` function as an entry point."

5

flask how to run app

$ export FLASK_APP=hello.py
$ python -m flask run
 * Running on http://127.0.0.1:5000/
Posted by: Guest on April-03-2020

Code answers related to "flask what is the main function not needed because web applications do not use a `main` function as an entry point."

Python Answers by Framework

Browse Popular Code Answers by Language