検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 134 for INCLUDE (0.044 sec.)
ロギング — Django 4.0.6 ドキュメント 7585
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an error. For example, when an HTTP Host header is included in a request from a client that does not match AL ... Python logging module . class AdminEmailHandler ( include_html = False , email_backend = None , reporter_cla ... attribute, the full details of the request will be included in the email. The email subject will include the ... ss is in the INTERNAL_IPS setting; if not, it will include "EXTERNAL IP". If the log record contains stack tr ...
https://man.plustar.jp/django/ref/logging.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 使う値を初期化します。これは、入れ子となったループや include されたテンプレートで値を使う場合に問題になるかもし ... rs silent %} < tr class = " {{ rowcolors }} " > {% include "subtemplate.html" %} </ tr > {% endfor %} これは ... ifchanged %} " > {{ match }} </ div > {% endfor %} include ¶ テンプレートをロードし、現在のコンテキストを使っ ... これはテンプレート内に他のテンプレートを取り込む( “include” )方法の一つです。 テンプレート名はハードコードさ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vided, no locales are excluded. --use-fuzzy , -f ¶ Includes fuzzy translations into compiled files. 使い方の例 ... ovided, models are created for views only if the --include-views option is used. Models for partition tables ... are created on PostgreSQL if the --include-partitions option is used. Use this if you have a ... e ¶ Models are created for materialized views if --include-views is used. PostgreSQL ¶ Models are created for ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.4 documentation 7079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます: from django.conf.urls import patterns , url , include urlpatterns = patterns ( '' , ( r '^articles/(\d { ... なるはずです: from django.conf.urls import patterns, include, url # Uncomment the next two lines to enable the ... ome', name='home'), # url(r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), # Uncomment the a ... enable admin documentation: # url(r'^admin/doc/', include('django.contrib.admindocs.urls')), # Uncomment the ...
https://man.plustar.jp/django/contents.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it is not the only part. A good patch should also include a regression test to validate the behavior that ha ... sign decision. If you provide a non-trivial patch, include evidence that alternatives have been discussed on ... behavior will be deprecated. Sometimes Django will include a backport of a Python library that's not included ... o support the older version of Python that doesn't include the library, the library will be deprecated in Dja ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... el_name ) ) [ドキュメント] def get_models ( self , include_auto_created = False , include_swapped = False ): ... of models. By default, the following models aren't included: - auto-created models for many-to-many relations ... Set the corresponding keyword argument to True to include such models. Keyword arguments aren't documented; ... values (): if model . _meta . auto_created and not include_auto_created : continue if model . _meta . swapped ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
設定 — Django 4.0.6 ドキュメント 6982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... '' (空文字列) A string that will be automatically included (prepended by default) to all cache keys used by ... or unsafe requests (e.g. POST ). For requests that include the Origin header, Django's CSRF protection requir ... t header. For a secure unsafe request that doesn't include the Origin header, the request must have a Referer ... Django 4.0: The values in older versions must only include the hostname (possibly with a leading dot) and not ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 6813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded in the email report. """ def __init__ ( self , include_html = False , email_backend = None , reporter_cla ... ss = None ): super () . __init__ () self . include_html = include_html self . email_backend = email_b ... ssage = reporter . get_traceback_html () if self . include_html else None self . send_mail ( subject , messag ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lete, reproducible, specific bug reports. You must include a clear, concise description of the problem, and a ... ou of other good reporting practices. Make sure to include URLs, code snippets, and step-by-step instructions ... ature is and how you'd like to see it implemented. Include example code (non-functional is OK) if possible. E ... feature, then it's appropriate to create a ticket. Include a link the discussion on django-developers in the ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cs to your INSTALLED_APPS . Add path('admin/doc/', include('django.contrib.admindocs.urls')) to your urlpatte ... rns . Make sure it's included before the 'admin/' entry, so that requests to /a ... you can document in your view function docstrings include: A short description of what the view does. The co ... ell. Template reference ¶ While admindocs does not include a place to document templates by themselves, if yo ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT