views.generic.base.TemplateResponseMixin.render_to_response()

render_to_response(context, **response_kwargs)

Returns a self.response_class instance.

If any keyword arguments are provided, they will be passed to the constructor of the response class.

Calls get_template_names() to obtain the list of template names that will be searched looking for an existent template.

doc_Django
2016-10-09 18:40:49
Comments
Leave a Comment

Please login to continue.