Exemple #1
0
    def dispatch(self, *args, **kw):
        from dashboard import Dashboard

        self.dashboard = Dashboard.get(kw['name'])
        return super(DashboardView, self).dispatch(*args, **kw)