Results of 11 - 20 of about 572 for Template (0.041 sec.)
- How to override templates — Django 4.0.6 ドキュメント 6843
- " + 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 ...
| Modules « previous | up | next » How to override templates ¶ プロジェクトでは、 django.contrib.admin のような ...
うなことをしたい場合は、 Overriding built-in widget templates を読んでください。 Overriding from the project's ...
検討します。 Let's say you're trying to override the templates for a third-party application called blog , which ...
-
https://man.plustar.jp/django/howto/overriding-templates.html
- [similar]
- The Django admin documentation generator — Django 4.0.6 ドキュメント 6790
- " + 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 ...
ocumentation from the docstrings of models, views, template tags, and template filters for any app in INSTALLE ...
プレートフィルタ :filter:`filtername` テンプレート :template:`path/to/template.html` Model reference ¶ The mode ...
t , or a list of variables available in the view's template. The name of the template or templates that are us ...
-
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html
- [similar]
- The form rendering API — Django 4.0.6 ドキュメント 6661
- " + 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 ...
Django's form widgets are rendered using Django's template engines system . The form rendering process can be ...
ized at several levels: Widgets can specify custom template names. Forms and widgets can specify custom render ...
er classes. A widget's template can be overridden by a project. (Reusable applicat ...
-
https://man.plustar.jp/django/ref/forms/renderers.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6608
- " + 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 ...
email sending via email backends . New "smart" if template tag which supports comparison operators. These are ...
rep_*() methods on Field , below. The internals of template tags have changed somewhat; authors of custom temp ...
that their code follows the new rules for stateful template tags The user_passes_test() , login_required() , a ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6586
- " + 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 ...
riggered the view. View error handlers now support TemplateResponse , commonly used with class-based views. Ex ...
t the referer to the requested URL. テンプレート ¶ Template tags created with the simple_tag() helper can now ...
store results in a template variable by using the as argument. Added a Context ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- フォーム API — Django 4.0.6 ドキュメント 6503
- " + 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 ...
て利用可能で、それぞれのメソッドは文字列を返します。 template_name ¶ New in Django 4.0. Form. template_name ¶ Th ...
e name of a template that is going to be rendered if the form is cast i ...
nto a string, e.g. via print(form) or in a template via {{ form }} . By default this template is 'djan ...
-
https://man.plustar.jp/django/ref/forms/api.html
- [similar]
- The flatpages app — Django 4.0.6 ドキュメント 6457
- " + 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 ...
om Django application. A flatpage can use a custom template or a default, systemwide flatpage template. It can ...
lank if you prefer to put your content in a custom template. インストール ¶ To install the flatpages app, foll ...
e the urls, so you can reference them with the url template tag: from django.contrib.flatpages import views ur ...
-
https://man.plustar.jp/django/ref/contrib/flatpages.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 6382
- " + 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 ...
the new layout, you can use custom project and app templates instead! Support for in-browser testing framework ...
and translates them to the end user's time zone in templates and forms. Reasons for using this feature include ...
hing to the new manage.py . Custom project and app templates ¶ The startapp and startproject management comman ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6253
- " + 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 ...
ューが参照するテンプレートの名前を変更したいときは、 template_name 引数を指定します。引数指定の方法の 1 つは、UR ...
rd/' , auth_views . PasswordChangeView . as_view ( template_name = 'change-password.html' ), ), ] すべてのビュ ...
、 URL ドキュメント をご覧ください。 メソッドと属性 template_name ¶ The name of a template to display for the v ...
-
https://man.plustar.jp/django/topics/auth/default.html
- [similar]
- Built-in Views — Django 4.0.6 ドキュメント 6072
- " + 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 ...
¶ defaults. page_not_found ( request , exception , template_name = '404.html' ) ¶ When you raise Http404 from ...
ces a "Not Found" message or loads and renders the template 404.html if you created it in your root template d ...
he default 404 view will pass two variables to the template: request_path , which is the URL that resulted in ...
-
https://man.plustar.jp/django/ref/views.html
- [similar]