summaryrefslogtreecommitdiff
path: root/sublab_project/settings.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-12-30 00:50:24 +0100
committerChristian Franke <nobody@nowhere.ws>2011-12-30 00:50:40 +0100
commitef4cd0cd704e186dafafcc44c263e3bb0a647adb (patch)
tree0a2113a9870573082891ad389e1516cab5fb603d /sublab_project/settings.py
parentf74e27519337446b928431f28aaa677454861a08 (diff)
add static files
Diffstat (limited to 'sublab_project/settings.py')
-rw-r--r--sublab_project/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sublab_project/settings.py b/sublab_project/settings.py
index 5dad6a3..d5f7cad 100644
--- a/sublab_project/settings.py
+++ b/sublab_project/settings.py
@@ -74,6 +74,7 @@ STATICFILES_DIRS = (
# 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.
+ os.path.join(SITE_ROOT, 'static'),
)
# List of finder classes that know how to find static files in