feat: add whitenoise for static files serving
Some checks failed
CI/CD Pipeline / Build Docker Images (push) Has been cancelled
CI/CD Pipeline / Push to Gitea Registry (push) Has been cancelled
CI/CD Pipeline / Deploy to Server (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled

This commit is contained in:
2026-02-02 15:45:20 +01:00
parent 80c01f2df1
commit e6af252f29
3 changed files with 24 additions and 160 deletions

View File

@@ -51,6 +51,7 @@ dependencies = [
"django-jazzmin>=2.6.2",
"playwright>=1.57.0",
"pylint>=3.0",
"whitenoise>=6.11.0",
]
[project.optional-dependencies]