class django.views.generic.base.ContextMixin Methods
get_context_data(**kwargs) Returns a dictionary representing the template context. The keyword arguments provided will make
class django.views.generic.base.TemplateResponseMixin Provides a mechanism to construct a
template_name The full name of a template to use as defined by a string. Not defining a template_name will raise
render_to_response(context, **response_kwargs) Returns a self.response_class instance. If
template_engine The NAME of a template engine to use for loading the template. template_engine is
content_type The content type to use for the response. content_type is passed as a keyword argument to r
get_template_names() Returns a list of template names to search for when rendering the template. The first template that is
response_class The response class to be returned by render_to_response method. Default is