Class TemplateResponseMixin
A mixin that can be used to render a template.
Declaration
class TemplateResponseMixin
source linkDocumentation
Methods
▶ def get_template_names(self) 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.
Overrides
This method is overriden in:
▶ def render_to_response(self, context, **response_kwargs) Return a response, using the `response_class` for this view, with a template rendered with the given context.
Pass response_kwargs to the constructor of the response class.
Subclasses
Reexports