X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fdashboard.py;fp=myslice%2Fdashboard.py;h=246536eb4241c948b49283e47292ad7c9d4336a5;hb=9b89a32f1ae0a1e0618a9cc11138a766a4ba870b;hp=3fa6d2058f793fc31012f300fb6e3f5e1359f7c6;hpb=fcebef2a30c4061ef8b7e302ad9e88554ed6803a;p=unfold.git diff --git a/myslice/dashboard.py b/trash/dashboard.py similarity index 96% rename from myslice/dashboard.py rename to trash/dashboard.py index 3fa6d205..246536eb 100644 --- a/myslice/dashboard.py +++ b/trash/dashboard.py @@ -66,10 +66,9 @@ def dashboard_view (request): pluginset.exec_queue_asynchroneously () - # request.plugin_prelude holds a summary of the requirements() for all plugins + # the prelude object in pluginset contains a summary of the requirements() for all plugins # define {js,css}_{files,chunks} prelude_env = pluginset.template_env() template_env.update(prelude_env) return render_to_response ('view-plugin.html',template_env, context_instance=RequestContext(request)) -