検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 138 for settings (0.034 sec.)
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プロジェクト内に置きましょう。 設定ファイル ( mysite/settings.py ) を開いて、 TEMPLATES 設定オプションの中に、次 ... のように DIRS オプションを追加します。 mysite/settings.py ¶ TEMPLATES = [ { 'BACKEND' : 'django.template. ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Django FAQ よくある質問 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を使う Why do I get an error about importing DJANGO_SETTINGS_MODULE ? テンプレート言語を好きになれません。どうし ...
https://man.plustar.jp/django/faq/index.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not set for database connection <alias> . See also Setting sql_mode . mysql.W003 : MySQL/MariaDB may not allow ... OSS_ORIGIN_OPENER_POLICY , and SECURE_SSL_REDIRECT settings will have no effect. security.W002 : You do not ha ... following checks verify that your security-related settings are correctly configured: security.E100 : DEFAULT_ ... e or list. staticfiles.E002 : The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting. staticf ...
https://man.plustar.jp/django/ref/checks.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he CSRF_COOKIE_SAMESITE or SESSION_COOKIE_SAMESITE settings. Setting X-Frame-Options をビューごとに設定する ¶ ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve correctly set SITE_ID to the ID of the site the settings file represents. This will usually be 1 (i.e. SITE ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... で不適切に設定されている場合に発生します。たとえば、 settings.py に含まれる値が不正であったり、パースできないよう ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5108
" + 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 for ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y default. To enable it, set USE_TZ = True in your settings file. 注釈 In Django 5.0, time zone support will b ... -admin startproject によって生成されるデフォルトの settings.py ファイル は、利便性のために USE_TZ = True を含ん ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions, you'll specify the details in your project's settings file, see DATABASES for details. データベースのクエ ...
https://man.plustar.jp/django/topics/install.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... startproject によって新しいプロジェクトを作る際、 settings.py が生成され、ランダムな SECRET_KEY を得ます。この ...
https://man.plustar.jp/django/topics/signing.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT