feat: add django-whitenoise

This commit is contained in:
2026-07-14 20:29:29 +02:00
parent 9a795dc3c9
commit f986105cf5
8 changed files with 73 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"django>=5.2",
"django-ninja>=1.4",
"whitenoise>=6.12.0",
]
[dependency-groups]