Remove the feedback app

This commit is contained in:
Roberto Rosario
2012-06-17 18:04:51 -04:00
parent c1c02812b7
commit 208071b7eb
19 changed files with 1 additions and 796 deletions

View File

@@ -157,7 +157,7 @@ INSTALLED_APPS = (
'mimetype',
'scheduler',
'job_processor',
'feedback',
'installation',
# Mayan EDMS
'storage',
'folders',
@@ -175,7 +175,6 @@ INSTALLED_APPS = (
'rest_api',
'document_signatures',
'checkouts',
'installation',
# Has to be last so the other apps can register it's signals
'signaler',