beat.web.reports.views module

beat.web.reports.views.show_actionbar(request, report)[source]
beat.web.reports.views.by_number(request, number)[source]
beat.web.reports.views.for_author(request, author_name, report_name)[source]
beat.web.reports.views.ls(request, author_name)[source]

List all accessible reports to the request user

beat.web.reports.views.public_ls(request)[source]

List all publicly accessible reports

class beat.web.reports.views.PartialGroupView(**kwargs)[source]

Bases: django.views.generic.base.TemplateView

get_template_names()[source]

Return a list of template names to be used for the request. Must return a list. May not be called if render_to_response() is overridden.

get_context_data(**kwargs)[source]