summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-06 17:42:35 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-06 17:42:35 +0100
commit62aa0ace30aede255c20645a74b482f2dd1a09d2 (patch)
tree0a91eade095bb4f5ea4492b3dbc7bbc82a4a66ef /conf
parent464c7f3c8bb81e361d360835c42030db35917e00 (diff)
Change to app/static STATIC_ROOL
Diffstat (limited to 'conf')
-rw-r--r--conf/settings/prod.py5
1 files changed, 1 insertions, 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"