class Template [source] This class lives at django.template.Template. The constructor
class locmem.Loader Loads templates from a Python dictionary. This is useful for testing. This
Context.update(other_dict) [source] In addition to push() and pop()
Engine.select_template(self, template_name_list) [source] Like get_template()
class Loader [source] Loads templates from a given source, such as the filesystem or a database
class app_directories.Loader Loads templates from Django apps on the filesystem. For each app in INSTALLED_APPS
get_contents(origin) Returns the contents for a template given a Origin instance. This
name The path to the template as returned by the template loader. For loaders that read from the file system, this is the full
class RequestContext(request, dict_=None, processors=None) [source] Django comes with a special
debug() [source] If this processor is enabled, every RequestContext will contain
Page 2 of 4