Added setting for using minified JS in production.

This commit is contained in:
Chris Church
2013-06-17 12:31:26 -04:00
parent 232c4f2391
commit 0dbb737f20
3 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ SECRET_KEY = None
# See https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = []
# Production should only use minified JS for UI.
USE_MINIFIED_JS = True
# If a local_settings.py file is present here, use it and ignore the global
# settings. Normally, local settings would only be present during development.
try: