Fixed bug in login license warning causing the warning to be displayed 2x.

This commit is contained in:
chouseknecht
2013-07-08 14:48:03 -04:00
parent 42071315b5
commit 554f8225d8
3 changed files with 6 additions and 7 deletions

View File

@@ -22,8 +22,7 @@ SECRET_KEY = None
ALLOWED_HOSTS = []
# Production should only use minified JS for UI.
# CLH 6/20/13 - leave the following set to False until we actually have minified js ready
USE_MINIFIED_JS = False
USE_MINIFIED_JS = True
# URL used by inventory script and callback plugin to access API.
INTERNAL_API_URL = 'http://127.0.0.1:80'