Turning on DEBUG_ASSETS so developers dont need to compress their own assets.

This commit is contained in:
Samuel Clay 2021-12-16 16:07:45 -05:00
parent 9ced4ccadd
commit 3d59e59636
2 changed files with 2 additions and 2 deletions

View file

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

View file

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