docs: define flask factory and archive logging

This commit is contained in:
ila
2026-07-04 23:13:00 +08:00
parent 21dbdf81ed
commit 22e69ccce1
14 changed files with 154 additions and 24 deletions
+1
View File
@@ -28,6 +28,7 @@
- Python 版本目标:当前系统 Python 3.8,不创建虚拟环境。
- Web 框架目标:Flask 3.0.3。
- Flask 结构:使用 application factory 模式,T-001 实现 `create_app(config_object=None)`。
- 依赖管理:T-001 创建 `requirements.txt`,使用 `python -m pip install -r requirements.txt` 安装到当前系统 Python 3.8 环境。
- 计划使用 Redis 保存 CHIS 会话缓存。
- 当前已有资料:`reverse_file/` 下的 CHIS 前端脚本、schema 和 HAR。