dnscms: add whitenoise

This commit is contained in:
2024-08-11 00:06:24 +02:00
parent a6baaf257c
commit 992b4de26a
3 changed files with 17 additions and 1 deletions

View File

@ -13,6 +13,7 @@ wagtail-grapple = "^0.26.0"
psycopg2-binary = "^2.9.9"
django-extensions = "^3.2.3"
wagtail-wordpress-import = { git = "https://github.com/ponas/wagtail-wordpress-import.git", branch = "make-it-work" }
whitenoise = "^6.7.0"
[tool.poetry.group.dev.dependencies]
ruff = "*"