From: Thierry Parmentelat Date: Tue, 12 Mar 2013 11:47:19 +0000 (+0100) Subject: comments X-Git-Tag: myslice-django-0.1-1~31 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=26264b80b63ea1475a3b6bf5f1f87861fdbcac11 comments --- diff --git a/trash/pluginview.py b/trash/pluginview.py index fa3336fa..413e126a 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -63,7 +63,6 @@ def test_plugin_view (request): template_env [ 'content_main' ] = main_plugin.render(request) ########## - # lacks a/href to /slice/%s related_plugin = StaticList (pluginset=pluginset, title='SliceList plugin',domid='slicelist1', with_datatables='yes', @@ -77,6 +76,7 @@ def test_plugin_view (request): template_env [ 'topmenu_items' ] = topmenu_items('plugin', request) template_env [ 'username' ] = the_user (request) + # we don't have anythong asynchroneous, but that doesn't hurt... pluginset.exec_queue_asynchroneously () # the prelude object in pluginset contains a summary of the requirements() for all plugins