setting for xoslib templates and statics
authorScott Baker <smbaker@gmail.com>
Sun, 13 Jul 2014 23:23:32 +0000 (16:23 -0700)
committerScott Baker <smbaker@gmail.com>
Sun, 13 Jul 2014 23:23:32 +0000 (16:23 -0700)
planetstack/planetstack/settings.py

index 8c5ff75..811c413 100644 (file)
@@ -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 = (