From 76b6c1df753e776d9e3813f2ea8ed8d1295ff150 Mon Sep 17 00:00:00 2001 From: Kelley Spoon Date: Sat, 2 May 2020 14:54:48 -0500 Subject: static file: change location Due to reorganizing the docker images to have their own independent mount points, the path to the static files has changed. Change-Id: I1e406c3bdecb2b7720a78c6bb307a394a9bc0fdd Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/35007 Reviewed-by: Kelley Spoon --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index f8c307a..998f6e7 100644 --- a/settings.py +++ b/settings.py @@ -62,7 +62,7 @@ MEDIA_URL = '' # Don't put anything in this directory yourself; store your static files # in apps' "static/" subdirectories and in STATICFILES_DIRS. # Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = os.path.join(PROJECT_ROOT, "static") +STATIC_ROOT = os.path.join(PROJECT_ROOT, "license_protected_downloads/static") # URL prefix for static files. # Example: "http://media.lawrence.com/static/" -- cgit v1.2.3