検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 166 for setting (0.065 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on data (or None , which means the DEFAULT_CHARSET setting is used). You can write to this attribute to chang ... , so this would return True for all content types. Setting an explicit Accept header in API requests can be u ... se = HttpResponse ( headers = { 'Age' : 120 }) For setting the Cache-Control and Vary header fields, it is re ... t is formed by 'text/html' and the DEFAULT_CHARSET settings, by default: "text/html; charset=utf-8" . status ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 2.2.15 release notes — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .2.15 fixes two bugs in 2.2.14. Bugfixes ¶ Allowed setting the SameSite cookie flag in HttpResponse.delete_co ...
https://man.plustar.jp/django/releases/2.2.15.html - [similar]
Django 3.0.9 release notes — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .9 fixes several bugs in 3.0.8. Bugfixes ¶ Allowed setting the SameSite cookie flag in HttpResponse.delete_co ...
https://man.plustar.jp/django/releases/3.0.9.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 行えるようにしておくと良いでしょう。 次に示すのが、 settings.py で定義されたユーザー名とパスワードの変数に対し ... 成するバックエンドの例です: from django.conf import settings from django.contrib.auth.backends import BaseBack ... from django.contrib.auth.models import User class SettingsBackend ( BaseBackend ): """ Authenticate against ... the settings ADMIN_LOGIN and ADMIN_PASSWORD. Use the login nam ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 概要 インストール 使い方 Django's cache framework Setting up the cache The per-site cache The per-view cache ... セキュリティ 利用可能な設定 設定項目を自作する Using settings without setting DJANGO_SETTINGS_MODULE Signals Li ...
https://man.plustar.jp/django/topics/index.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll be skipped. Running the tests requires a Django settings module that defines the databases to use. To help ... you get started, Django provides and uses a sample settings module that uses the SQLite database. See Using a ... nother settings module to learn how to use a different settings m ... ult, tox runs the test suite with the bundled test settings file for SQLite, black , flake8 , isort , and the ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d 'django.contrib.sitemaps' to your INSTALLED_APPS setting. Make sure your TEMPLATES setting contains a Djang ... ll only need to change this if you've changed that setting. Make sure you've installed the sites framework . ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imeout is in seconds. The CACHE_MIDDLEWARE_SECONDS setting is used by default. add_never_cache_headers ( resp ... e of a view (and hence the current thread's locale setting will not be correct). For cases like this, use the ... same time occurs twice (when reverting from DST). Setting is_dst to True or False will avoid the exception b ... システムにどの言語を表示させたいかを明らかにします。settings.LANGUAGES にリストアップされている言語のみが考慮さ ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.4.7 release notes — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t was possible to bypass the ALLOWED_INCLUDE_ROOTS setting used for security with the ssi template tag by spe ...
https://man.plustar.jp/django/releases/1.4.7.html - [similar]
Django 3.1.4 release notes — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1.4 fixes several bugs in 3.1.3. Bugfixes ¶ Fixed setting the Content-Length HTTP header in AsyncRequestFact ...
https://man.plustar.jp/django/releases/3.1.4.html - [similar]