Initial commit adding document checkout support

This commit is contained in:
Roberto Rosario
2012-06-11 01:25:02 -04:00
parent d0c8f23dfe
commit 8ff727c50b
16 changed files with 525 additions and 0 deletions

View File

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