From 75f4be294dd4d7dd7d3159f75e9d7c9be437b160 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Sun, 13 Jul 2014 16:23:32 -0700 Subject: [PATCH] setting for xoslib templates and statics --- planetstack/planetstack/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index 8c5ff75..811c413 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py @@ -81,6 +81,7 @@ STATIC_URL = '/static/' # Additional locations of static files STATICFILES_DIRS = ( "/opt/planetstack/core/static/", + "/opt/planetstack/core/xoslib/static/", # Put strings here, like "/home/html/static" or "C:/www/django/static". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. @@ -124,6 +125,7 @@ TEMPLATE_DIRS = ( # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. "/opt/planetstack/templates", + "/opt/planetstack/core/xoslib/templates", ) INSTALLED_APPS = ( -- 2.43.0