diff --git a/dss/settings.py b/dss/settings.py index 6cd2e76..1a653d4 100755 --- a/dss/settings.py +++ b/dss/settings.py @@ -44,7 +44,7 @@ STATIC_ROOT = here('static') #localsettings.STATIC_ROOT if hasattr(localsettings if DEBUG: STATIC_URL = '/static/' else: - STATIC_URL = 'http://static.deepsouthsounds.com/static/' + STATIC_URL = 'http://static.deepsouthsounds.com/' ADMIN_MEDIA_PREFIX = STATIC_URL + "grappelli/"