Skip to content
/ flask-template Public template

folder structure for python flask

License

Notifications You must be signed in to change notification settings

fiandev/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask template

GitHub contributors GitHub License PyPI - Version

folder structure for python flask


how to usage

To run your flask application, just follow the steps below

using development mode

To run the application in development mode, just write the following command line

flask run --debug

or if you are having problems after you have run the above command, you can try the following steps

edit the entry file

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)

using production mode

To run the application in development mode, just write the following command line

flask run

or if you are having problems after you have run the above command, you can try the following steps

edit the entry file

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

About

folder structure for python flask

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •