- Language: en
48 results for template in version 2.2
-
Templates
- … Templates topic guide. The Django template language Templates Variables Filters Tags Comments Template inheritance Automatic …
-
The Django template language: for Python programmers
- … template code and returns a Template object. Engine. get_template ( template_name ) [source] Loads a template …
-
The Django template language
- … template engine that this template “extends” another template. When the template system evaluates this template …
-
Built-in template tags and filters
- … template. See Template inheritance for more information. Normally the template name is relative to the template …
-
TemplateResponse and SimpleTemplateResponse
- … template_name The name of the template to be rendered. Accepts a backend-dependent template …
-
The Django admin site
- … templates used by the ModelAdmin views: ModelAdmin. add_form_template Path to a custom template …
-
The form rendering API
- … TEMPLATES setting). It loads templates first from the built-in form templates directory in django/forms/templates …
-
Settings
- … template engine to load templates from the templates subdirectory inside each installed application: TEMPLATES = [ { 'BACKEND …
-
The flatpages app
- … template, it loads that template. Otherwise, it loads the template flatpages/default.html . It passes that template …
-
The Django admin documentation generator
- … Template tags :tag:`tagname` Template filters :filter:`filtername` Templates :template:`path/to/template.html` Model reference The models …