X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sample%2Fdashboardview.py;h=947c79d490a816641942a827b7f224946d149be6;hb=558ebc92df5b77d9ca546de531a36efb90ae1569;hp=f4bde8fc2003162f252acc0f0da02006060ea6eb;hpb=79b9c7456ed4d38001af597adbf45d022cdea6b1;p=unfold.git diff --git a/sample/dashboardview.py b/sample/dashboardview.py index f4bde8fc..947c79d4 100644 --- a/sample/dashboardview.py +++ b/sample/dashboardview.py @@ -92,12 +92,6 @@ def dashboard_view (request): # add our own css in the mix #page.add_css_files ( 'css/dashboard.css') - # don't forget to run the requests - page.expose_queries () - - # xxx create another plugin with the same query and a different layout (with_datatables) - # show that it worls as expected, one single api call to backend and 2 refreshed views - # the prelude object in page contains a summary of the requirements() for all plugins # define {js,css}_{files,chunks} prelude_env = page.prelude_env()