Merge branch 'feature/workflows' into development

Conflicts:
	apps/dynamic_search/__init__.py
	requirements/production.txt
This commit is contained in:
Roberto Rosario
2012-05-23 00:23:39 -04:00
65 changed files with 2531 additions and 843 deletions

View File

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