Views

class tom_alerts.views.BrokerQueryCreateView(**kwargs)

View for creating a new query to a broker.

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

get_broker_name()

Returns the broker specified in the request

Returns

Broker name

Return type

str

get_form()

Returns the

get_form_class()

Returns the form class to use in this view.