summaryrefslogtreecommitdiff
path: root/stapp/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'stapp/settings.py')
-rw-r--r--stapp/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stapp/settings.py b/stapp/settings.py
index 9534e14..ffcb5dc 100644
--- a/stapp/settings.py
+++ b/stapp/settings.py
@@ -51,7 +51,7 @@ STATIC_ROOT = ''
# URL prefix for static files.
# Example: "http://media.lawrence.com/static/"
-STATIC_URL = '/static/'
+STATIC_URL = URL_ROOT + '/static/'
# URL prefix for admin static files -- CSS, JavaScript and images.
# Make sure to use a trailing slash.