mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-26 23:45:15 +00:00
Moved static files to CDN
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user