diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-06 18:25:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-06 18:25:12 +0100 |
commit | c5c5a3ac0fef11f5c5cf91a15c33fa3841873e6c (patch) | |
tree | 5572889ea833b01d3cee1217057056e57b85f70f /requirements.txt | |
parent | ebb34ca32be4007bb17ad32ae68c5f43b228371d (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.txt | 1 |
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 |