Use whitenoise

This commit is contained in:
2023-12-23 22:59:06 +01:00
parent 51358f2127
commit fd2c3b7f35
3 changed files with 124 additions and 13 deletions

View File

@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.0"
whitenoise = {extras = ["brotli"], version = "^6.6.0"}
[tool.poetry.group.dev.dependencies]