検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 166 for setting (0.132 sec.)
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 能性 ¶ If the CommonMiddleware and the APPEND_SLASH setting are both enabled, and if the project has a URL pat ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ring creation when using the MIGRATE test database setting ( #32012 ). Fixed a django.contrib.admin.EmptyFiel ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Django 3.2.13 release notes — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tect changes when the DIRS option of the TEMPLATES setting contained an empty string ( #33628 ). 目次 Django ...
https://man.plustar.jp/django/releases/3.2.13.html - [similar]
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tect changes when the DIRS option of the TEMPLATES setting contained an empty string ( #33628 ). 目次 Django ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango will use the value of the DEFAULT_FROM_EMAIL setting. recipient_list : メールアドレスを表す文字列のリス ... subject with the value of the EMAIL_SUBJECT_PREFIX setting, which is "[Django] " by default. The "From:" head ... of the email will be the value of the SERVER_EMAIL setting. This method exists for convenience and readabilit ... orms are legal. If omitted, the DEFAULT_FROM_EMAIL setting is used. to : 受信者のメールアドレスのリストまたは ...
https://man.plustar.jp/django/topics/email.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssary to set USE_THOUSAND_SEPARATOR = True in your settings file. Alternatively, you could use intcomma to fo ... in your template. 注釈 There is a related USE_I18N setting that controls if Django should activate translatio ... les first. To do that, set your FORMAT_MODULE_PATH setting to the package where format files will exist, for ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... el API for signing values and a high-level API for setting and reading signed cookies, one of the most common ... startproject によって新しいプロジェクトを作る際、 settings.py が生成され、ランダムな SECRET_KEY を得ます。こ ... different namespace that is using a different salt setting. The result is to prevent an attacker from using a ...
https://man.plustar.jp/django/topics/signing.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5213
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eload that data for you on a per-testcase basis by setting the serialized_rollback option to True in the body ... ng TestCase for most tests, and thus not need this setting. The initial serialization is usually very quick, ... o prevent serialized data from being loaded twice, setting serialized_rollback=True disables the post_migrate ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 5156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 消するには、次の os . environ . setdefault ( "DJANGO_SETTINGS_MODULE" , "{{ project_name }}.settings" ) という ... ドを、次のように変更します。 os . environ [ "DJANGO_SETTINGS_MODULE" ] = "{{ project_name }}.settings" もしくは ... ついては、公式の mod_wsgi のドキュメント details on setting up daemon mode を参照してください。 ファイルを配信 ... y other server arrangement. You're responsible for setting up Apache, or whichever web server you're using, t ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( DIRECTION_DOWN , 'Down' ), ] Use of django.conf.settings ¶ Modules should not in general use settings stor ... ed in django.conf.settings at the top level (i.e. evaluated when the module ... on for this is as follows: Manual configuration of settings (i.e. not relying on the DJANGO_SETTINGS_MODULE e ... d and possible as follows: from django.conf import settings settings . configure ({}, SOME_SETTING = 'foo' ) ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT