From 62aa0ace30aede255c20645a74b482f2dd1a09d2 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 6 Jun 2024 17:42:35 +0100 Subject: Change to app/static STATIC_ROOL --- conf/settings/prod.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/settings/prod.py b/conf/settings/prod.py index cb1842a..5b31337 100644 --- a/conf/settings/prod.py +++ b/conf/settings/prod.py @@ -31,7 +31,4 @@ DATABASES = { } } -if os.getenv("STATIC_ROOT"): - STATIC_ROOT = os.getenv("STATIC_ROOT") -else: - STATIC_ROOT = "/data/static" +STATIC_ROOT = "/app/static" -- cgit v1.2.3