X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=5fa99b45cc1ad007ecb5796ab9c9ad4a41db7e23;hb=9c80e89622704e2b9fbe4c59c766fea5a92848a3;hp=5c185290664044b0026baf3aaa0ae670a8b746e4;hpb=78d95d4c4be4e47fce2e07f8735ae8a73daf8eb8;p=unfold.git diff --git a/myslice/urls.py b/myslice/urls.py index 5c185290..5fa99b45 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -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'), )