chore: initial commit of Wagtail backend scaffold

This commit is contained in:
2026-08-06 15:56:14 +08:00
commit 7f51a31150
51 changed files with 1239 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
__pycache__/
*.py[cod]
*.sqlite3
.env
/media/
/staticfiles/
.venv/
venv/
*.egg-info/
.pytest_cache/
node_modules/
.next/
# frontend 是独立的 Next.js 仓库(自带 .git),不纳入后端仓库版本控制
/frontend/