検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 112 for Auth (0.174 sec.)
The "sites" framework — Django 4.0.6 ドキュメント 5461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you don't specify a fully-qualified domain. In the authentication framework , django.contrib.auth.views.Lo ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se the default PBKDF2 iterations in django.contrib.auth.hashers.PBKDF2PasswordHasher by about 20% (pick a ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ED_APPS の中で 必ず ユニークでなければなりません。 auth 、 admin 、 messages のようなDjango contrib packag ... = file: README.rst url = https://www.example.com/ author = Your Name author_email = yourname@example.com ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to configure model classes with settings, such as AUTH_USER_MODEL . When require_ready is False , get_mod ...
https://man.plustar.jp/django/ref/applications.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を実行する役目を持っています。たとえば、Django には AuthenticationMiddleware というミドルウェアコンポーネン ... dleware.csrf.CsrfViewMiddleware' , 'django.contrib.auth.middleware.AuthenticationMiddleware' , 'django.con ... ウェアに依存するため、 MIDDLEWARE の順番は重要です。 AuthenticationMiddleware はセッション内に認証済みユーザ ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ponse. It does not support middleware. Session and authentication attributes must be supplied by the test ... est using the request factory: from django.contrib.auth.models import AnonymousUser , User from django.tes ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 良いでしょう。 PASSWORD_HASHERS = [ 'django.contrib.auth.hashers.MD5PasswordHasher' , ] PASSWORD_HASHERS に ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.4 documentation 5372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンはいずれも Django に付属のものです: django.contrib.auth – 認証システムです。 django.contrib.contenttypes – ... うになるはずです: INSTALLED_APPS = ( 'django.contrib.auth' , 'django.contrib.contenttypes' , 'django.contrib ...
https://man.plustar.jp/django/contents.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クライアントのホスト名です。 REMOTE_USER -- The user authenticated by the web server, if any. REQUEST_METHOD ... の返り値で設定します。 HttpRequest. user ¶ From the AuthenticationMiddleware : An instance of AUTH_USER_MOD ... of AnonymousUser . You can tell them apart with is_authenticated , like so: if request . user . is_authent ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5372
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.8 (パッチ) 2018年2月1日 - CVE-2018-6188 ¶ AuthenticationForm における情報漏えい問題。 詳細な説明 ... k via user-supplied redirect URLs containing basic auth. Full description 影響を受けるバージョン ¶ Django ... y 21, 2007 - CVE-2007-0405 ¶ Apparent "caching" of authenticated user. Full description 影響を受けるバージ ...
https://man.plustar.jp/django/releases/security.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 NEXT