Tutorial followed: Flask Tutorial by Tech With Tim
-
Create a
.flaskenvfile in the root directory of the project with the following content:FLASK_APP=project_run
-
Open your terminal in the project directory and run:
flask run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tutorial followed: Flask Tutorial by Tech With Tim
Create a .flaskenv file in the root directory of the project with the following content:
FLASK_APP=project_runOpen your terminal in the project directory and run:
flask run