- Language: en
195 results for template in version 3.2
-
Custom template tags and filters
- … template register = template . Library () Alternatively, template tag modules can be registered through the 'libraries' argument …
-
Templates
- … template backend API. Template django.template.Template represents a compiled template. Templates are obtained with Engine.get_template …
-
Overriding templates
- … templates directory, and add the template files to that folder: templates/ blog/ list.html post.html The template …
-
Custom template backend
- … template ( self , template_name ): try : return Template ( self . engine . get_template ( template_name )) except foobar …
-
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 …
-
Django 1.8 release notes
- … TEMPLATES : ALLOWED_INCLUDE_ROOTS TEMPLATE_CONTEXT_PROCESSORS TEMPLATE_DEBUG TEMPLATE_DIRS TEMPLATE_LOADERS TEMPLATE_STRING …