Simple template for a Flask application including MySQL database and Docker
Find a file Use this template
2023-02-16 18:38:23 +04:00
.gitea Repo name in header tag 2023-02-16 18:38:23 +04:00
db Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
flaskapp Finally I've understood how Gitea templates works 2023-02-16 18:25:40 +04:00
static Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
templates Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
.env Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +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 Makefile: pycache in root dir 2023-02-15 19:56:28 +04:00
pylintrc Implemented get_db for MySQL, wrapped all routes in classes 2023-02-15 19:55:06 +04:00
README.md Basic template 2023-02-14 19:53:57 +04:00
requirements.txt Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00

Flask App Template