検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 90 for PASSWORD (0.112 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 5760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name = request . POST [ 'username' ]) if m . check_password ( request . POST [ 'password' ]): request . sessio ... ) else : return HttpResponse ( "Your username and password didn't match." ) そして、次の例では、上の login() ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 5707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ZONE" , None ) for setting in [ "NAME" , "USER" , "PASSWORD" , "HOST" , "PORT" ]: conn . setdefault ( setting ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5707
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unt" URLs for sending to users who have lost their password. Ensuring data stored in hidden form fields has no ...
https://man.plustar.jp/django/topics/signing.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 5667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase superuser You will be prompted once to set the password -- make sure to remember it! When the installer co ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntains sensitive information, such as the database password, you should make every attempt to limit access to ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dentials: ~/.pypirc ¶ [pypi] username:YourUsername password:YourPassword Access to the djangoproject.com serve ... F2 iterations in django.contrib.auth.hashers.PBKDF2PasswordHasher by about 20% (pick a round number). Run the ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt () c . login ( '/path/to/login' , 'myuser' , 'mypassword' ) New (1.0): # ... same as above, but then: c . l ... ogin ( username = 'myuser' , password = 'mypassword' ) Management commands ¶ Running man ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te_user ( username = 'jacob' , email = 'jacob@…' , password = 'top_secret' ) def test_details ( self ): # Crea ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .auth ¶ The default iteration count for the PBKDF2 password hasher is increased from 36,000 to 100,000. django ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 1.4 documentation 5534
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データベースのユーザ名です (SQLite では使いません)。 PASSWORD – データベースのパスワードです。 (SQLite では使いま ...
https://man.plustar.jp/django/contents.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT