From: Scott Baker Date: Sun, 13 Jul 2014 23:23:32 +0000 (-0700) Subject: setting for xoslib templates and statics X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=75f4be294dd4d7dd7d3159f75e9d7c9be437b160;p=plstackapi.git setting for xoslib templates and statics --- 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 = (