検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 90 for PASSWORD (0.022 sec.)
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 以下のキーに対して値を設定します。 NAME ENGINE USER PASSWORD HOST PORT モデルを自動生成する ¶ Django comes with ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... BASE so that the test database can be created. The PASSWORD option needs to provide the password for the USER ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ータベースとして SQLite を使っていない場合、 USER や PASSWORD そして HOST などの追加設定を加える必要があります。 ... を確認するため、パスワードの入力を2回求められます。 Password: ********** Password (again): ********* Superuser ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dgets/url.html' Renders as: <input type="url" ...> PasswordInput ¶ class PasswordInput ¶ input_type : 'passwor ... d' template_name : 'django/forms/widgets/password.html' Renders as: <input type="password" ...> 1 つ ... ィジェット TextInput NumberInput EmailInput URLInput PasswordInput HiddenInput DateInput DateTimeInput TimeInput ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sn't populated ( #28066 ). Fixed layout of ReadOnlyPasswordHashWidget (used in the admin's user change page) ( ... ModelIterable subclasses ( #28096 ). Fixed change password link in the contrib.auth admin for el , es_MX , an ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fixes ¶ The default iteration count for the PBKDF2 password hasher has been increased by 25%. This part of the ... have subclassed django.contrib.auth.hashers.PBKDF2PasswordHasher to change the default value. Fixed a crash i ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ー名のための type="text" 、パスワードのための type="password" 、そしてログインボタンのための type="submit" があ ... われるべきです。 GET would also be unsuitable for a password form, because the password would appear in the URL ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are Authentication middleware. django.contrib.auth.password_validation django.contrib.auth.signals django.cont ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r method parameters ¶ If you have written a custom password hasher , your encode() , verify() or safe_summary( ... ) methods should accept Unicode parameters ( password , salt or encoded ). If any of the hashing methods ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... authentication. In order to supply a username and password, add them in the LOCATION along with the URL: CACH ... redis.RedisCache' , 'LOCATION' : 'redis://username:password@127.0.0.1:6379' , } } If you have multiple Redis s ... IONS' : { 'binary' : True , 'username' : 'user' , 'password' : 'pass' , 'behaviors' : { 'ketama' : True , } } ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT