Add installation environment details app

This commit is contained in:
Roberto Rosario
2012-06-17 17:32:54 -04:00
parent 30f9ff73ff
commit 4fc33b1bd5
11 changed files with 81 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ INSTALLED_APPS = (
'rest_api',
'document_signatures',
'checkouts',
'installation',
# Has to be last so the other apps can register it's signals
'signaler',