Initial commit of the trash app

This commit is contained in:
Roberto Rosario
2012-08-06 19:44:01 -04:00
parent 576a2cc643
commit df527b1fd4
10 changed files with 135 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ INSTALLED_APPS = (
'rest_api',
'bootstrap',
'statistics',
'trash',
# Has to be last so the other apps can register it's signals
'signaler',