Moved static files to CDN

This commit is contained in:
Fergal Moran
2012-09-12 13:52:22 +01:00
parent afe21941e2
commit f5b97688d7

View File

@@ -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/"