Results of 1 - 10 of about 572 for template (0.071 sec.)
- The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 8537
- " + 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: for Python programmers ¶ This document e ...
xplains the Django template system from a technical perspective -- how it work ...
r reference on the language syntax, see The Django Template Language . It assumes an understanding of template ...
-
https://man.plustar.jp/django/ref/templates/api.html
- [similar]
- テンプレート — Django 4.0.6 ドキュメント 8227
- " + 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 ...
ango project can be configured with one or several template engines (or even zero if you don't use templates). ...
Django ships built-in backends for its own template system, creatively called the Django template lang ...
he popular alternative Jinja2 . Backends for other template languages may be available from third-parties. You ...
-
https://man.plustar.jp/django/topics/templates.html
- [similar]
- How to create custom template tags and filters — Django 4.0.6 ドキュメント 7969
- " + 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 ...
ules « previous | up | next » How to create custom template tags and filters ¶ Django のテンプレート言語は、ア ...
ンは、"models.py" や "views.py" などと同じレベルに "templatetags" ディレクトリを含むべきです。まだ存在していない ...
でください。 Webサーバが自動的にリスタートしない場合 templatetags モジュールを追加した後、テンプレートでタグやフ ...
-
https://man.plustar.jp/django/howto/custom-template-tags.html
- [similar]
- TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 7637
- " + 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 ...
ontents | Index | Modules « previous | up | next » TemplateResponse and SimpleTemplateResponse ¶ Standard Http ...
the view. For example, you may want to change the template that is used, or put additional data into the cont ...
ext. TemplateResponse provides a way to do just that. Unlike bas ...
-
https://man.plustar.jp/django/ref/template-response.html
- [similar]
- How to implement a custom template backend — Django 4.0.6 ドキュメント 7433
- " + 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 ...
« previous | up | next » How to implement a custom template backend ¶ カスタムのバックエンド ¶ Here's how to i ...
mplement a custom template backend in order to use another template system. A ...
template backend is a class that inherits django.template.b ...
-
https://man.plustar.jp/django/howto/custom-template-backend.html
- [similar]
- クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 7380
- " + 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 ...
ispatch() head() http_method_not_allowed() setup() TemplateView ¶ class TemplateView ¶ 属性 (と省略可能な継承元 ...
thod_names response_class [ render_to_response() ] template_engine template_name [ get_template_names() ] メソ ...
) ] slug_field [ get_slug_field() ] slug_url_kwarg template_engine template_name [ get_template_names() ] temp ...
-
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html
- [similar]
- Simple mixins — Django 4.0.6 ドキュメント 7251
- " + 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 ...
. Example usage: from django.views.generic import TemplateView TemplateView . as_view ( extra_context = { 'ti ...
* kwargs ) ¶ Returns a dictionary representing the template context. The keyword arguments provided will make ...
random . randrange ( 1 , 100 ) return context The template context of all class-based generic views include a ...
-
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7100
- " + 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 ...
eprecated and will eventually be removed. Multiple template engines ¶ Django 1.8 defines a stable API for inte ...
grating template backends. It includes built-in support for the Dja ...
ngo template language and for Jinja2 . It supports rendering te ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 7047
- " + 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 removed. The {% ifequal %} and {% ifnotequal %} template tags will be removed. The DEFAULT_HASHING_ALGORITH ...
will be removed. The staticfiles and admin_static template tag libraries will be removed. django.contrib.stat ...
icfiles.templatetags.static() will be removed. The shim to allow In ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 6971
- " + 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 ...
ンドラインオプション test コマンドラインオプション --template startapp コマンドラインオプション startproject コマ ...
のメソッド) (requests.RequestSite のメソッド) (SimpleTemplateResponse のメソッド) (SyndicationFeed のメソッド) ( ...
ジュール) (django.utils.translation モジュール) add template filter add() (cache のメソッド) (GeometryCollectio ...
-
https://man.plustar.jp/django/genindex.html
- [similar]