検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 97 for part (0.084 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hook for associating objects and functionality to particular websites, and it's a holding place for the d ... atabase ID of the Site object associated with that particular settings file. If the setting is omitted, th ... use the sites framework in your Django views to do particular things based on the site in which the view i ... .Manager() manager for you. Also note that certain parts of Django -- namely, the Django admin site and ge ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o restrict the checks performed to just those in a particular category. For example, to perform only model ... use (omitting --settings ). You could even make it part of your integration test suite. --fail-level {CRIT ... 釈 Be aware that not all options set in the OPTIONS part of your database configuration in DATABASES are pa ... if the --include-views option is used. Models for partition tables are created on PostgreSQL if the --inc ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ython's builtin logging . Logging is configured as part of the general Django django.setup() function, so ... jango provides a number of utilities to handle the particular requirements of logging in a web server envi ... t only to the django.security logger. To silence a particular type of SuspiciousOperation , you can overri ...
https://man.plustar.jp/django/ref/logging.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the internals of the query construction and is not part of the public API. However, it is safe (and fully ... Django version N+1. Pickles should not be used as part of a long-term archival strategy. Since pickle com ... ed but it is used for filtering, ordering, or as a part of a complex expression. Not selecting the unused ... tiple methods and modules, refer to the expression parts by their aliases and only use annotate() for the ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 同期安全性 ¶ DJANGO_ALLOW_ASYNC_UNSAFE ¶ Certain key parts of Django are not able to operate safely in an as ... ve global state that is not coroutine-aware. These parts of Django are classified as "async-unsafe", and a ... . The ORM is the main example, but there are other parts that are also protected in this way. If you try t ... o run any of these parts from a thread where there is a running event loop ...
https://man.plustar.jp/django/topics/async.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he same name as the settings described above. If a particular setting is not passed to configure() and is ... Now this script or any imported module can use any part of Django it needs. from myapp import models Note ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Determine if an object list will be returned as part of the context. Returns make_object_list by defaul ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield value is changed in every such response. This part is done by the template tag. For all incoming requ ... ader To avoid disclosing the referrer URL to third-party sites, you might want to disable the referer on y ... like <a rel="noreferrer" ...>" for links to third-party sites. Caching ¶ If the csrf_token template tag i ... fixation, that make giving subdomains to untrusted parties a bad idea, and these vulnerabilities cannot ea ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the MultiEmailField.clean() method will be run as part of the cleaning process and it will, in turn, call ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a field to a model. The operation is reversible (apart from any data loss, which is irreversible) if the ... ion_name_fragment ( self ): # Optional. A filename part suitable for automatically naming a # migration co ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT