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

4
apps/trash/urls.py Normal file
View File

@@ -0,0 +1,4 @@
from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('trash.views',
)