From f5b97688d7c2186142fa1d07298654d4161b577e Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 12 Sep 2012 13:52:22 +0100 Subject: [PATCH] Moved static files to CDN --- dss/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"