trash-based urls are now prefixed in trash/ and moved in trash/urls.py
[myslice.git] / myslice / urls.py
index 21bc8bd..6d22803 100644 (file)
@@ -65,9 +65,6 @@ urlpatterns = patterns(
     #
     # various trash views - bound to go away 
     #
-    (r'^tab/?$',                          'trash.sampleviews.tab_view'),
-    (r'^scroll/?$',                       'trash.sampleviews.scroll_view'),
-    (r'^plugin/?$',                       'trash.pluginview.test_plugin_view'),
-    (r'^dashboard/?$',                    'trash.dashboard.dashboard_view'),
+    url(r'^trash/', include('trash.urls')),
 
 )