moves all the static files under ~/static, for convenience again, even
[myslice.git] / myslice / settings.py
index 258c3e2..7785f04 100644 (file)
@@ -80,6 +80,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(ROOT,'static'),
 )
 
 # List of finder classes that know how to find static files in