a first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
[unfold.git] / myslice / urls.py
index 669961f..5fa99b4 100644 (file)
@@ -34,7 +34,6 @@ urlpatterns = patterns(
     (r'^accounts/login/$', 'auth.views.login_user'),
     (r'^login/?$', 'auth.views.login_user'),
     (r'^logout/?$', 'auth.views.logout_user'),
-    (r'^logout/confirm/?$', 'auth.views.do_logout_user'),
     #
     # the manifold proxy
     #
@@ -48,4 +47,5 @@ urlpatterns = patterns(
     (r'^scroll/?$', 'trash.sampleviews.scroll_view'),
     (r'^plugin/?$', 'trash.pluginview.test_plugin_view'),
     (r'^dashboard/?$', 'trash.dashboard.dashboard_view'),
+    (r'^hazelnut/?$', 'trash.haze.hazelnut_view'),
 )