a first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
[unfold.git] / myslice / urls.py
index 5c18529..5fa99b4 100644 (file)
@@ -47,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'),
 )