[WEB-5592] chore: add static files update settings for static files support (#8251)

* chore: add static files collection and update settings for static files support

* chore: add WhiteNoise middleware for static file handling

* chore(deps): upgrade WhiteNoise to version 6.11.0 and add static file reverse proxy in Caddyfile
This commit is contained in:
Nikhil 2025-12-09 21:05:26 +05:30 committed by GitHub
parent f70384bff7
commit 4b59998e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 1 deletions

View file

@ -21,7 +21,7 @@ celery==5.4.0
django_celery_beat==2.6.0
django-celery-results==2.5.1
# file serve
whitenoise==6.6.0
whitenoise==6.11.0
# fake data
faker==25.0.0
# filters