Commit graph

49 commits

Author SHA1 Message Date
9452a8422d Commented exclusion for envs in gitignore 2023-04-03 16:55:43 +04:00
6bf265f139 Using setup.py instead of pyproject.toml, tutorial in setup.py, updated deps 2023-04-03 16:53:28 +04:00
1880c4100b Makefile: added "x" to helpers to move them down in ABC sorting, added comments, "clean" clears everything now 2023-04-03 16:37:12 +04:00
f36dd51ba0 Development deps in pyproject.toml 2023-03-24 20:15:00 +04:00
58fac81dd9 Bugfix in .env (DB_HOST, caused by renaming in compose.yml, see prev commits), explanation about keys and passwords 2023-03-24 20:12:27 +04:00
4eb0203b2d Loading version code env var into web server app 2023-03-24 20:10:05 +04:00
ea855dc311 Changed docker image naming style, removed(commented) healthcheck 2023-03-24 19:55:15 +04:00
78602c4ef9 Encoding in open 2023-03-24 19:28:56 +04:00
668c868a38 Updated deps 2023-03-24 19:28:29 +04:00
8d3d72412f MyPy: check untyped functions 2023-03-24 19:05:28 +04:00
3b588d2da5 Different keys for session and csrf checking middleware, some comments in compose yml and .env 2023-03-24 19:00:31 +04:00
edbf0233ba Secret key multi-worker generating bugfix, volume instead of dir in mariadb, upd deps 2023-03-10 17:17:23 +04:00
4509d02425 Set password for DB (otherwise it won't connect), copied gitignore to dockerignore 2023-03-09 17:21:55 +04:00
856241e58d CSRF secret key bugfix, updated deps, compose yml: removed start_period key 2023-03-09 17:11:18 +04:00
8b61a6bf8d Updated and grouped deps, fixed typos in readme and docstrings 2023-03-06 17:34:13 +04:00
73886fbc0e Gunicorn in Docker bugfix 2023-03-06 17:06:43 +04:00
9a6d62052a MySQL database dir in gitignore 2023-03-03 18:13:32 +04:00
71964355b7 Bugfixes in docker-compose and DB, gunicorn for prod, env vars for app host and port 2023-03-03 18:10:17 +04:00
2135126235 Optimized docker image size, added ":latest" tag to Makefile docker build commands 2023-03-03 17:16:40 +04:00
8e6b0a39b2 Copyright 2023-03-03 14:37:03 +04:00
4e3237b24e Readme: sql/db -> sql(/init) 2023-03-03 14:34:28 +04:00
7c7e973a83 Readme: some minor changes again 2023-03-03 14:28:59 +04:00
fe1f12c3b2 Readme: padding in "Note" section 2023-03-03 14:27:20 +04:00
db341384a0 Makefile: version_code bugfix; Compose: author name bugfix; Readme 2023-03-03 14:23:46 +04:00
c67b5929cb Pylint: disabled docstrings check 2023-03-01 19:46:52 +04:00
1c2d483f36 Readme: line wrap 2023-03-01 19:43:27 +04:00
dab01abf2b Readme: mariadb note, wtforms and database sections, app publishing; Makefile: docker-push 2023-03-01 19:39:12 +04:00
5516a7d29e Docker image version code 2023-03-01 16:05:20 +04:00
4fe3308cb9 .gitea/template: remove files which should not be processed 2023-03-01 15:56:44 +04:00
8311d12d20 sql.db -> sql(.init) 2023-02-27 20:11:55 +04:00
a91613cbd3 Checked with MyPy, Pylint; updated Pylint config 2023-02-27 19:48:34 +04:00
2a2175e31a AutoPEP8 (removed extra whitespaces) 2023-02-27 19:05:57 +04:00
1d9fa011a3 More comments in code 2023-02-27 19:05:04 +04:00
3698d46649 Readme: updated info about debug env 2023-02-27 18:51:08 +04:00
2aeccd44be Loading .env_debug in Makefile; make clean command bugfix 2023-02-27 18:49:30 +04:00
9af92175a9 Readme: Usage section 2023-02-27 18:17:28 +04:00
3c6da6a49a Type hint for the list in errors.py 2023-02-22 21:40:21 +04:00
a85619a9fb Readme, corrected docstrings, tokens in .env_debug 2023-02-22 21:39:50 +04:00
6b9d616808 init.py in submodules, aliases for different redirections 2023-02-20 12:41:29 +04:00
03e4c63d38 WTForms, SQLAlchemy 2023-02-20 12:09:43 +04:00
5f328d82d3 MySQL database 2023-02-19 17:49:44 +04:00
10a6b6553d Moved files related to paths to a separated directory 2023-02-19 16:27:55 +04:00
4c7f07dd05 Misspelled "mysql" 2023-02-19 16:20:34 +04:00
61be530920 templates/static paths bugfixes 2023-02-19 16:19:18 +04:00
107dbfaf7b Corrected sample page 2023-02-18 21:27:15 +04:00
bc22b17f2a Import FastAPI paths in main.py, static/templates dir path bugfix 2023-02-18 21:25:47 +04:00
804e07b555 Config -> common.py, added paths, respond.py functions and templates 2023-02-18 21:17:16 +04:00
bfea5eeb06 Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
354a473f77 Initial commit 2023-02-18 18:32:41 +03:00