Commit graph

13 commits

Author SHA1 Message Date
a451349d64 New gitignore based on GitHub's one 2023-02-17 16:02:12 +04:00
8a92771fc7 Added template files 2023-02-17 15:57:01 +04:00
bd4c0987c2 Working Dockerfile and Compose.yml, makefile docker cmd 2023-02-17 15:55:52 +04:00
13f10ab255 Docker 2023-02-16 18:54:45 +04:00
b6c138b452 Repo name in header tag 2023-02-16 18:38:23 +04:00
103f628bb2 Finally I've understood how Gitea templates works 2023-02-16 18:25:40 +04:00
51e04f9f0f Cleanup 2023-02-16 18:21:15 +04:00
3f665df6a7 Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
66133ac46c Makefile: pycache in root dir 2023-02-15 19:56:28 +04:00
2f55d03aab Implemented get_db for MySQL, wrapped all routes in classes 2023-02-15 19:55:06 +04:00
c7da7e32b7 Added simple web page, routes are in a separate file 2023-02-15 17:34:49 +04:00
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
058bcd13e5 Basic template 2023-02-14 19:53:57 +04:00