summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-06 18:25:12 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-06 18:25:12 +0100
commitc5c5a3ac0fef11f5c5cf91a15c33fa3841873e6c (patch)
tree5572889ea833b01d3cee1217057056e57b85f70f /requirements.txt
parentebb34ca32be4007bb17ad32ae68c5f43b228371d (diff)
Move to whitenoise for static files.
Accompanying files in manifests adapted too so we don't use persistent volume claims.
Diffstat (limited to '')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1152c83..601c07a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,4 @@ django-htmx==1.17.3
gunicorn==22.0.0
psycopg2==2.9.9
tzdata==2024.1
+whitenoise==6.6.0