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

@@ -148,6 +148,9 @@ REST_FRAMEWORK = {
),
}
# If set, serve only minified JS for UI.
USE_MINIFIED_JS = False
# Email address that error messages come from.
SERVER_EMAIL = 'root@localhost'