- Language: en
159 results for template in version 1.11
-
Custom template tags and filters
- … template register = template . Library () Alternatively, template tag modules can be registered through the 'libraries' argument …
-
Templates
- … template ( self , template_name ): try : return Template ( self . engine . get_template ( template_name )) except foobar …
-
Overriding templates
- … templates directory, and add the template files to that folder: templates/ blog/ list.html post.html The template …
-
Templates
- … templates Custom loaders Template origin Upgrading templates to Django 1.8 The TEMPLATES settings django.template.loader Template …
-
Upgrading templates to Django 1.8
- … template template = get_template ( 'included.html' ) You can write: template = context . template . engine . get_template …
-
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 …