From c336f940e194ff6227c4837ceec5d7a38ce2095f Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 14 Dec 2017 15:19:32 +0100 Subject: [PATCH] [settings] : add static path of mezzanine organization --- app/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/settings.py b/app/settings.py index e6ac58f9..2b03fb25 100644 --- a/app/settings.py +++ b/app/settings.py @@ -179,6 +179,10 @@ STATIC_URL = "/static/" # STATIC_ROOT = os.path.join(PROJECT_ROOT, STATIC_URL.strip("/")) STATIC_ROOT = '/srv/static/' +STATICFILES_DIRS = [ + '/srv/lib/mezzanine-organization/organization/static' +] + # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. # Examples: "http://media.lawrence.com/media/", "http://example.com/media/" -- 2.39.5