web.views.DashboardView module

Module with the web.views.DashboardView.

class web.views.DashboardView.DashboardView(**kwargs)[source]

Bases: LoginRequiredMixin, TemplateView

View function for the web dashboard.

URL_NAME = 'dashboard'
template_name = 'web/dashboard.html'
get_context_data(**kwargs)[source]
Return type:

dict[str, Any]

Parameters:

kwargs (Any)