fix: add whitenoise for static file serving in production

This commit is contained in:
2026-06-04 14:51:47 +10:00
parent 491b0fee89
commit cfa1ee20ad
+2 -1
View File
@@ -1,4 +1,4 @@
Django==6.0.5
Django==6.0.5
django-import-export==4.4.1
xlrd==2.0.2
xlwt==1.3.0
@@ -10,3 +10,4 @@ msal==1.36.0
psycopg2-binary==2.9.12
gunicorn==26.0.0
django-crontab==0.7.1
whitenoise==6.9.0