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
+7
View File
@@ -0,0 +1,7 @@
Django>=6.0,<6.1
wagtail>=7.4,<8.0
djangorestframework>=3.17,<4.0
django-cors-headers>=4.9,<5.0
django-environ>=0.14,<1.0
django-filter>=26.0,<27.0
requests>=2.34,<3.0
+6
View File
@@ -0,0 +1,6 @@
-r base.txt
django-debug-toolbar>=4.4
pytest>=8.0
pytest-django>=4.9
factory-boy>=3.3
+6
View File
@@ -0,0 +1,6 @@
-r base.txt
psycopg[binary]>=3.2
django-storages[s3]>=1.14
gunicorn>=23.0
sentry-sdk>=2.0