Scaffold containerized Django/Wagtail app with core features

This commit is contained in:
Codex_B
2026-02-28 11:52:59 +00:00
parent 62323abd62
commit b5f0f40c4c
84 changed files with 1647 additions and 0 deletions

22
requirements/base.txt Normal file
View File

@@ -0,0 +1,22 @@
Django~=5.2.0
wagtail~=7.0.0
wagtail-seo~=3.1.1
psycopg2-binary~=2.9.0
Pillow~=11.0.0
django-taggit~=6.0.0
whitenoise~=6.0.0
gunicorn~=23.0.0
python-dotenv~=1.0.0
dj-database-url~=2.2.0
django-tailwind~=3.8.0
django-csp~=3.8.0
pytest~=8.3.0
pytest-django~=4.9.0
pytest-cov~=5.0.0
pytest-benchmark~=4.0.0
factory-boy~=3.3.0
wagtail-factories~=4.2.0
feedparser~=6.0.0
ruff~=0.6.0
mypy~=1.11.0
django-stubs~=5.1.0