検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 76 for MIDDLEWARE (0.081 sec.)
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 7702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tents | Index | Modules up django.contrib.messages.middleware のソースコード from django.conf import settings fr ... fault_storage from django.utils.deprecation import MiddlewareMixin [ドキュメント] class MessageMiddleware ( Midd ... lewareMixin ): """ Middleware that handles temporary messages. """ def process_r ... could be stored and DEBUG is True. """ # A higher middleware layer may return a request which does not contain ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
設定 — Django 4.0.6 ドキュメント 7702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ダ検証機 (おそらくミドルウェアの形になり、その場合は MIDDLEWARE 設定の最初に置く必要があります) を書かなければなり ... があるので注意が必要です。 APPEND_SLASH 設定は CommonMiddleware がインストールされているときのみ有効です。詳しくは ... see ミドルウェア (Middleware) を参照。また PREPEND_WWW もお読みください。 CACHE ... he cache documentation for more information. CACHE_MIDDLEWARE_ALIAS ¶ デフォルト値: 'default' The cache connecti ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 7452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... contents | Index | Modules up django.contrib.sites.middleware のソースコード from django.utils.deprecation impor ... t MiddlewareMixin from .shortcuts import get_current_site [ドキ ... ュメント] class CurrentSiteMiddleware ( MiddlewareMixin ): """ Middleware that sets `sit ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
django.middleware.clickjacking — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me | Table of contents | Index | Modules up django.middleware.clickjacking のソースコード """ Clickjacking Prote ... ction Middleware. This module provides a middleware that implements ... port settings from django.utils.deprecation import MiddlewareMixin [ドキュメント] class XFrameOptionsMiddleware ... ( MiddlewareMixin ): """ Set the X-Frame-Options HTTP header in ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 7411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e use of the REMOTE_USER value using the RemoteUserMiddleware or PersistentRemoteUserMiddleware , and RemoteUser ... d in django.contrib.auth . 設定 ¶ 最初に次のように MIDDLEWARE 設定に django.contrib.auth.middleware.RemoteUserMi ... を加える必要があります。これは django.contrib.auth.middleware.AuthenticationMiddleware の 後に 追加してください: ... MIDDLEWARE = [ '...' , 'django.contrib.auth.middleware.Authen ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 7300
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に従ってください: CSRF ミドルウェアは、デフォルトで MIDDLEWARE 設定で有効になっています。もし設定をオーバーライド ... するときは、 'django.middleware.csrf.CsrfViewMiddleware' が、 CSRF 攻撃への対策がさ ... ます。cookie は標準のトークンを含んでいます; CsrfViewMiddleware は DOM 内のトークンよりも cookie を優先します。いず ... csrftoken = document . querySelector ( '[name=csrfmiddlewaretoken]' ). value ; </ script > Setting the token on ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
概要: モジュールコード — Django 4.0.6 ドキュメント 7175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.contrib.messages.api django.contrib.messages.middleware django.contrib.postgres.validators django.contrib. ... sessions.exceptions django.contrib.sites.middleware django.core.checks.messages django.core.exceptions ... django.db.utils django.dispatch.dispatcher django.middleware.clickjacking django.utils.decorators django.utils. ...
https://man.plustar.jp/django/_modules/index.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 7175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... include this header in responses from your site: A middleware that sets the header in all responses. そのミドルウ ... value for all responses in your site, put 'django.middleware.clickjacking.XFrameOptionsMiddleware' to MIDDLEWAR ... E : MIDDLEWARE = [ ... 'django.middleware.clickjacking.XFrameOpti ... onsMiddleware' , ... ] このミドルウェアは、 startproject が生成す ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 効になっていることを確認してください (最も早いのは、 MIDDLEWARE が django.middleware.locale.LocaleMiddleware を含む ... load faster. If you're using ETags ( ConditionalGetMiddleware ), you're already covered. Otherwise, you can appl ... 際化するための 2 つの仕組みが用意されています: LocaleMiddleware が、リクエストされた URL からアクティブにする言語を ... 言語をセットすることが必要となります; 言い換えれば、 MIDDLEWARE 設定内に django.middleware.locale.LocaleMiddleware ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e test case. Removed SetRemoteAddrFromForwardedFor middleware ¶ For convenience, Django 1.0 included an optional ... middleware class -- django.middleware.http.SetRemoteAddrFromF ... tly a security issue, we've decided to remove this middleware with the Django 1.1 release. It has been replaced ... eprecationWarning . If you've been relying on this middleware, the easiest upgrade path is: Examine the code as ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT