From ef4cd0cd704e186dafafcc44c263e3bb0a647adb Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 30 Dec 2011 00:50:24 +0100 Subject: add static files --- sublab_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sublab_project/settings.py') 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 -- cgit v1.2.1