second pass on packaging; works better but offline mode is still in the way
[myslice.git] / myslice / urls.py
index 3210957..8ff01f9 100644 (file)
@@ -63,6 +63,6 @@ urlpatterns = patterns(
     #
     # various trash views - bound to go away 
     #
-    url(r'^trash/', include('trash.urls')),
+#    url(r'^trash/', include('trash.urls')),
 
 )