folder structure for python flask
To run your flask application, just follow the steps below
To run the application in development mode, just write the following command line
flask run --debugor if you are having problems after you have run the above command, you can try the following steps
the entry file for this project is main.py file.
please change the contents of the file as below
if __name__ == "__main__":
app.run(debug=True)To run the application in development mode, just write the following command line
flask runor if you are having problems after you have run the above command, you can try the following steps
the entry file for this project is main.py file.
please change the contents of the file as below
if __name__ == "__main__":
app.run(debug=False)built with
♥️ by fiandev