検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 572 for template (0.053 sec.)
The Django Template Language — Django 4.0.6 ドキュメント 6041
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... ndex | Modules « previous | up | next » The Django Template Language ¶ このドキュメントはDjangoテンプレートシス ... かすかやどう拡張するかを知りたい場合は、 The Django template language: for Python programmers をご覧ください。 ... ート言語に追加することも可能です。) テンプレート ¶ A template is a text file. It can generate any text-based for ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... s « previous | up | next » テンプレート ¶ Django's template engine provides a powerful mini-language for defin ... separation of application and presentation logic. Templates can be maintained by anyone with an understanding ... material, see テンプレート topic guide. The Django Template Language テンプレート 変数 フィルター タグ コメント ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... tionary of values to use when rendering the widget template. By default, the dictionary contains a single key, ... on of the attrs attribute and the attrs argument. 'template_name' : The value of self.template_name . Widget s ... gets'] key. These can be looped over in the widget template: {% for subwidget in widget.subwidgets %} {% inclu ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... な結合を取り入れます。 render() ¶ render ( request , template_name , context = None , content_type = None , stat ... us = None , using = None ) ¶ Combines a given template with a given context dictionary and returns an Htt ... es not provide a shortcut function which returns a TemplateResponse because the constructor of TemplateRespons ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... e formset in a view . Using a formset in views and templates ¶ Formsets have five attributes and five methods ... ecified by the FORM_RENDERER setting. BaseFormSet. template_name ¶ New in Django 4.0. The name of the template ... used when calling __str__ or render() . This template renders the formset's management form and then eac ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... and 翻訳者へのコメント . Improvements to built-in template tags ¶ A number of improvements have been made to ... Django's built-in template tags: The include tag now accepts a with option, a ... g you to specify context variables to the included template The include tag now accepts an only option, allowi ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... ral keys . django.contrib.staticfiles ¶ The static template tag now uses django.contrib.staticfiles if it's in ... VIEW と views.csrf.csrf_failure() がオプション引数 template_name を取ることができるようになり (デフォルトでは ... した。 テンプレート ¶ autoescape オプションが DjangoTemplates バックエンドと Engine クラスに追加されました。 is ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... be interpolated as the function placeholder within template . Defaults to None . template ¶ A class attribute, ... aracter in the query, quadruple it ( %%%% ) in the template attribute because the string is interpolated twice ... : once during the template interpolation in as_sql() and once in the SQL inte ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... になります。 If you're not using the default project template, here are the requirements: Add 'django.contrib.ad ... to your INSTALLED_APPS setting. Configure a DjangoTemplates backend in your TEMPLATES setting with django.tem ... lapse' ,), 'fields' : ( 'registration_required' , 'template_name' ), }), ) これにより、admin ページは以下のよう ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... directory contains a models.py file and other app template files. If only the app name is given, the app dire ... n startapp myapp / Users / jezdez / Code / myapp --template TEMPLATE ¶ Provides the path to a directory with a ... custom app template file, or a path to an uncompressed archive ( .tar ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT