検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 90 for templates (0.044 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 7147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ures there is a consistent way to combine paths in templates. Project settings which provide either of both set ... mset = ArticleFormSet ( data = None ) Callables in templates ¶ Previously, a callable in a template would only ... r deliberately supported, it is possible that some templates may be broken by this change. Use of custom SQL to ... For translatable literals found in Python code and templates ( 'django' gettext domain): Priorities of translat ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u are not using {% load url from future %} in your templates, you'll need to change tags like {% url myview %} ... te tag ¶ To make it easier to deal with JavaScript templates which collide with Django's syntax, you can now us ... s by using {% if 'someapp.someperm' in perms %} in templates. It's not required any more to have 404.html and 5 ... 00.html templates in the root templates directory. Django will outpu ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7054
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : Checks django.contrib.staticfiles configuration. templates : Checks template related configuration. translati ... テンプレート ¶ The following checks verify that your TEMPLATES setting is correctly configured: templates.E001 : ... You have 'APP_DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either rem ... ove APP_DIRS or remove the 'loaders' option. templates.E002 : string_if_invalid in TEMPLATES OPTIONS must ...
https://man.plustar.jp/django/ref/checks.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ワーク性能の仮想化ホストにおいて、とても効果的です。 TEMPLATES ¶ Enabling the cached template loader often improv ... ーをカスタムする ¶ Django includes default views and templates for several HTTP error codes. You may want to over ... ride the default templates by creating the following templates in your root t ... 400.html . The default error views that use these templates should suffice for 99% of web applications, but yo ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .FlatpageForm and used in your own views. Flatpage templates ¶ By default, flatpages are rendered via the templ ... irectory containing a file default.html . Flatpage templates are passed a single context variable, flatpage , w ... mplate. Getting a list of FlatPage objects in your templates ¶ The flatpages app provides a template tag that a ... ia the admin interface Via the Python API Flatpage templates Getting a list of FlatPage objects in your templat ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6960
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te language and for Jinja2 . It supports rendering templates with multiple engines within the same project. Lea ... x while using shortcuts such as {{ form.as_p }} in templates. SelectDateWidget now accepts an empty_label argum ... om ) Added a locmem.Loader class that loads Django templates from a Python dictionary. The now tag can now stor ... any effect when using the corresponding filters in templates. その他 ¶ connections.queries is now a read-only a ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 6867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic / polls / images / background . gif style . css templates / polls / detail . html index . html results . htm ... l tests . py urls . py views . py templates / admin / base_site . html すでに mysite/templates ... を チュートリアル 7 で、 polls/templates を チュートリアル 3 で作成しました。今となっては、 ... p discuss this file in more detail. To include the templates, the README.rst and our LICENSE file, create a fil ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow if you're writing applications that use data or templates that are encoded in something other than ASCII. Cr ... st line.) テンプレート ¶ Use strings when creating templates manually: from django.template import Template t2 ... string template.' ) But the common case is to read templates from the filesystem. If your template files are no ... t stored with a UTF-8 encoding, adjust the TEMPLATES setting. The built-in django backend provides the ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
設定 — Django 4.0.6 ドキュメント 6680
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RENDERER ¶ Default: ' django.forms.renderers.DjangoTemplates ' The class that renders forms and form widgets. I ... form renderers are: ' django.forms.renderers.DjangoTemplates ' ' django.forms.renderers.Jinja2 ' ' django.forms ... .renderers.TemplatesSetting ' FORMAT_MODULE_PATH ¶ デフォルト値: None A ... nments. If you want to use {{ MEDIA_URL }} in your templates, add 'django.template.context_processors.media' in ...
https://man.plustar.jp/django/ref/settings.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6680
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are not yet supported by xgettext , and JavaScript template strings need gettext 0.21+. 翻訳者へのコメント ¶ 翻 ... でも動作します。詳しくは Comments for translators in templates を参照してください。 no-op として文字列をマークする ... ing the comma intact). Comments for translators in templates ¶ Just like with Python code , these notes for tra ... ble block of text" msgstr "" Switching language in templates ¶ If you want to select a language within a templa ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT