From: Thierry Parmentelat Date: Thu, 21 Mar 2013 08:05:18 +0000 (+0100) Subject: add a querycode X-Git-Tag: myslice-django-0.1-2~39 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=6f2d7a3450fde6e275aebef3bd80aed09cb3a56b add a querycode --- diff --git a/trash/haze.py b/trash/haze.py index 3d929b70..6ea65aab 100644 --- a/trash/haze.py +++ b/trash/haze.py @@ -46,6 +46,11 @@ def hazelnut_view (request): # this is the query at the core of the slice list query=main_query, ), + QueryCode ( + page=page, + title='xmlrpc code', + query=main_query, + ), ]) # variables that will get passed to the view-plugin.html template