Simple template for a Flask application including MySQL database and Docker
Find a file Use this template
DarkCat09 9ead8a457c Improved structure
- Flask app factory instead of initializing `app` variable
- Gunicorn for production server
- Makefile: python3 -m
- .gitignore: instance dir
2023-02-15 16:00:30 +04:00
.gitea Basic template 2023-02-14 19:53:57 +04:00
flaskapp Improved structure 2023-02-15 16:00:30 +04:00
.gitignore Improved structure 2023-02-15 16:00:30 +04:00
app.py Improved structure 2023-02-15 16:00:30 +04:00
Makefile Improved structure 2023-02-15 16:00:30 +04:00
pylintrc Basic template 2023-02-14 19:53:57 +04:00
README.md Basic template 2023-02-14 19:53:57 +04:00
requirements.txt Improved structure 2023-02-15 16:00:30 +04:00

Flask App Template