aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
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.