diff --git a/dss/settings.py b/dss/settings.py index a1505bd..6468cce 100755 --- a/dss/settings.py +++ b/dss/settings.py @@ -51,8 +51,7 @@ CACHE_ROOT = localsettings.CACHE_ROOT if DEBUG: STATIC_URL = '/static/' else: - STATIC_URL = localsettings.STATIC_URL if hasattr(localsettings, - 'STATIC_URL') else 'http://static.deepsouthsounds.com/' + STATIC_URL = localsettings.STATIC_URL if hasattr(localsettings, 'STATIC_URL') else 'http://static.deepsouthsounds.com/' if DEBUG: MEDIA_URL = '/media/' diff --git a/requirements.txt b/requirements.txt index 6ee2e55..92d02a1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,10 @@ Werkzeug psycopg2 templated_emails htmlmin +mimeparse django-htmlmin tastypie-msgpack django-jenkins +gunicorn +django-dbbackup dropbox diff --git a/static/js/app/dss.bootstrapper.js b/static/js/app/dss.bootstrapper.js index 49ca0ce..46d7869 100755 --- a/static/js/app/dss.bootstrapper.js +++ b/static/js/app/dss.bootstrapper.js @@ -1,5 +1,5 @@ requirejs.config({ - baseUrl: 'static/js', + baseUrl: com.podnoms.settings.staticUrl + 'js', urlArgs: com.podnoms.settings.urlArgs, waitSeconds: 200, paths: {