views.generic.base.TemplateResponseMixin.get_template_names()

get_template_names()

Returns a list of template names to search for when rendering the template. The first template that is found will be used.

If template_name is specified, the default implementation will return a list containing template_name (if it is specified).

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

Please login to continue.