aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-10 14:02:59 +0100
committerGravatar Tom Willemsen2012-03-10 14:02:59 +0100
commit63d1ed7d192e2e17665add4f70dca10c2681d704 (patch)
treeecf583a24eeecc98d1b5428ce1a9a0ad15fb7c83 /settings.py
parentca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2 (diff)
downloadryuslash.org-63d1ed7d192e2e17665add4f70dca10c2681d704.tar.gz
ryuslash.org-63d1ed7d192e2e17665add4f70dca10c2681d704.zip
Add a little 'design' to the site
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/settings.py b/settings.py
index 2a0cf36..b46918e 100644
--- a/settings.py
+++ b/settings.py
@@ -73,11 +73,7 @@ STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX = '/static/admin/'
# Additional locations of static files
-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.
-)
+STATICFILES_DIRS = [ '%s/static' % DEPLOY_PATH ]
# List of finder classes that know how to find static files in
# various locations.