Classes:

BrokerTopicFrontendView(**kwargs)

A detail view for a broker topic.

class dasf_broker.frontend.views.BrokerTopicFrontendView(**kwargs)

Bases: UserPassesTestMixin, DetailView

A detail view for a broker topic.

Methods:

get_context_data(**kwargs)

Insert the single object into the context dict.

get_queryset()

Return the QuerySet that will be used to look up the object.

test_func()

Models:

model

alias of BrokerTopic

Attributes:

template_name_suffix

get_context_data(**kwargs) dict[str, Any]

Insert the single object into the context dict.

get_queryset()

Return the QuerySet that will be used to look up the object.

This method is called by the default implementation of get_object() and may not be called if get_object() is overridden.

model

alias of BrokerTopic

template_name_suffix = '_frontend'
test_func() bool