diff --git a/newsblur_web/docker_local_settings.py b/newsblur_web/docker_local_settings.py index 919d95ad4..72c1148bf 100644 --- a/newsblur_web/docker_local_settings.py +++ b/newsblur_web/docker_local_settings.py @@ -20,7 +20,7 @@ SESSION_COOKIE_DOMAIN = 'localhost' DOCKERBUILD = True DEBUG = False # DEBUG = True -DEBUG_ASSETS = DEBUG +DEBUG_ASSETS = True DEBUG_QUERIES = DEBUG DEBUG_QUERIES_SUMMARY_ONLY = True MEDIA_URL = '/media/' diff --git a/newsblur_web/settings.py b/newsblur_web/settings.py index 89348cb3d..7359aad07 100644 --- a/newsblur_web/settings.py +++ b/newsblur_web/settings.py @@ -82,7 +82,7 @@ MEDIA_URL = '/media/' # trailing slash. # Examples: "http://foo.com/media/", "/media/". CIPHER_USERNAMES = False -DEBUG_ASSETS = DEBUG +DEBUG_ASSETS = True HOMEPAGE_USERNAME = 'popular' ALLOWED_HOSTS = ['*'] AUTO_PREMIUM_NEW_USERS = True