- Language: en
51 results for template in version 5.0
-
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 form rendering API
- … template to use to render a form. Defaults to "django/forms/div.html" template. formset_template …
-
The Django admin site
-
… templates used by the ModelAdmin views:
ModelAdmin. add_form_template
Path to a custom template …
-
AdminSite.app_index_template
-
AdminSite.index_template
-
AdminSite.login_template
-
AdminSite.logout_template
-
AdminSite.password_change_done_template
-
AdminSite.password_change_template
-
InlineModelAdmin.template
-
ModelAdmin.add_form_template
-
ModelAdmin.change_form_template
-
ModelAdmin.change_list_template
-
ModelAdmin.delete_confirmation_template
-
ModelAdmin.delete_selected_confirmation_template
-
ModelAdmin.object_history_template
-
ModelAdmin.popup_response_template
-
-
Settings
- … template engine to load templates from the templates subdirectory inside each installed application: TEMPLATES = [ { "BACKEND …
-
The Forms API
- … template_name Form. template_name The name of the template rendered if the form is cast …
-
The flatpages app
- … template, it loads that template. Otherwise, it loads the template flatpages/default.html . It passes that template …