Work in progress on inventory script using API.

This commit is contained in:
Chris Church
2013-06-20 04:20:48 -04:00
parent 65defb75fb
commit 59d1ae7322
17 changed files with 524 additions and 7 deletions

View File

@@ -21,6 +21,8 @@ ALLOWED_HOSTS = []
# Production should only use minified JS for UI.
USE_MINIFIED_JS = True
INTERNAL_API_URL = 'http://127.0.0.1:80'
# 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: