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 @@
# 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 @@
# 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 = (