class RequestContext(request, dict_=None, processors=None) [source] Django comes with a special
TemplateResponse.__init__(request, template, context=None, content_type=None, status=None, charset=None, using=None) [source]
SimpleTemplateResponse.rendered_content The current rendered value of the response content, using the current template and context
This document explains the language syntax of the Django template system. If you’re looking for a more technical perspective on how it works and how to extend it, see
This document describes Django’s built-in template tags and filters. It is recommended that you use the automatic documentation, if available, as this
class Origin [source] name The path to
Engine.from_string(template_code) [source] Compiles the given template code and returns a
class filesystem.Loader Loads templates from the filesystem, according to DIRS. This
template_name The relative path to the template as passed into the template loader. If the template
auth() [source] If this processor is enabled, every RequestContext will contain
Page 4 of 5