Update and enable the trash app

This commit is contained in:
Roberto Rosario
2012-09-14 02:25:58 -04:00
parent f8960eb475
commit 1a949719eb
9 changed files with 36 additions and 9 deletions

View File

@@ -161,7 +161,6 @@ INSTALLED_APPS = (
'pagination',
'django_gpg',
'converter',
#'trash',
'user_management',
'mimetype',
'clustering',
@@ -192,6 +191,7 @@ INSTALLED_APPS = (
'rest_api',
#'bootstrap',
'statistics',
'trash',
# Has to be last so the other apps can register it's signals
#'signaler',