mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Turning on DEBUG_ASSETS so developers dont need to compress their own assets.
This commit is contained in:
parent
9ced4ccadd
commit
3d59e59636
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ SESSION_COOKIE_DOMAIN = 'localhost'
|
||||||
DOCKERBUILD = True
|
DOCKERBUILD = True
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
# DEBUG = True
|
# DEBUG = True
|
||||||
DEBUG_ASSETS = DEBUG
|
DEBUG_ASSETS = True
|
||||||
DEBUG_QUERIES = DEBUG
|
DEBUG_QUERIES = DEBUG
|
||||||
DEBUG_QUERIES_SUMMARY_ONLY = True
|
DEBUG_QUERIES_SUMMARY_ONLY = True
|
||||||
MEDIA_URL = '/media/'
|
MEDIA_URL = '/media/'
|
||||||
|
|
|
@ -82,7 +82,7 @@ MEDIA_URL = '/media/'
|
||||||
# trailing slash.
|
# trailing slash.
|
||||||
# Examples: "http://foo.com/media/", "/media/".
|
# Examples: "http://foo.com/media/", "/media/".
|
||||||
CIPHER_USERNAMES = False
|
CIPHER_USERNAMES = False
|
||||||
DEBUG_ASSETS = DEBUG
|
DEBUG_ASSETS = True
|
||||||
HOMEPAGE_USERNAME = 'popular'
|
HOMEPAGE_USERNAME = 'popular'
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
AUTO_PREMIUM_NEW_USERS = True
|
AUTO_PREMIUM_NEW_USERS = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue