update. 完成前端页面展示、列表和详情页

update. 调整融合主菜单与板块
update. 分离新闻模块
This commit is contained in:
ngfchl
2026-04-01 14:17:03 +08:00
parent af9d7a676f
commit 777ca50328
55 changed files with 2190 additions and 567 deletions
+6
View File
@@ -24,9 +24,15 @@ django-environ = "^0.13.0"
django-db-connection-pool = "^1.2.6"
pillow = "^12.1.1"
django-ckeditor-5 = "^0.2.20"
loguru = "^0.7.3"
django-import-export = "^4.4.0"
[tool.poetry.group.dev.dependencies]
pypinyin = "^0.55.0"
django-seed = "^0.3.1"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"