summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-06-06 17:44:27 +0100
committerGitHub <noreply@github.com>2024-06-06 17:44:27 +0100
commit5c99975b8c0de2950c71dc053c986b2a3f84abab (patch)
tree0a91eade095bb4f5ea4492b3dbc7bbc82a4a66ef
parent464c7f3c8bb81e361d360835c42030db35917e00 (diff)
parent62aa0ace30aede255c20645a74b482f2dd1a09d2 (diff)
Merge pull request #95 from defencedigital/postgres-migration
Change to app/static STATIC_ROOL
-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"