検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 54 for Host (0.066 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfigurable email backend to send messages. If your hosting provider uses a sandbox or some other non-SMTP ... ion is now included with Django's and is no longer hosted separately at geodjango.org . JavaScript-assiste ... etting New Setting DATABASE_ENGINE ENGINE DATABASE_HOST HOST DATABASE_NAME NAME DATABASE_OPTIONS OPTIONS D ... ( 'django.core.mail.backends.smtp.EmailBackend' , hostname = 'localhost' , port = 1234 ) User Messages AP ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be logged as an error. For example, when an HTTP Host header is included in a request from a client that ... does not match ALLOWED_HOSTS , Django will return a 400 response, and an error ... ge will be logged to the django.security.DisallowedHost logger. These log events will reach the django log ... ' , }, }, 'loggers' : { 'django.security.DisallowedHost' : { 'handlers' : [ 'null' ], 'propagate' : False ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uest's path and query string but not the scheme or host. If a Django application was serving multiple subd ... the absolute URL of the request including scheme, host, path, and query string. For example, the URL port ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... browsers that don't parse the new format. allowed_hosts is now a required argument of private API django. ... settings as top-level attributes of OPTIONS . The host parameter of django.utils.http.is_safe_url() is re ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ile. In this example, Memcached is running on localhost (127.0.0.1) port 11211, using the pymemcache bindi ... schemes . For example, if Redis is running on localhost (127.0.0.1) port 6379: CACHES = { 'default' : { 'B ... ote: Without a really compelling reason, such as a host that doesn't support them, you should stick to the ... ges' contents differ based on authentication and a host of other variables, and cache systems that blindly ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yield its pages. Request と Response ¶ If ALLOWED_HOSTS is empty and DEBUG=True , subdomains of localhost ... are now allowed in the Host header, e.g. static.localhost . HttpResponse.set_c ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タベースを使用させることもできます: ENGINE , USER , HOST , などです。テストデータベースは、 USER で指定され ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... えば、HTTP リクエストの送信時に、ブラウザから異なる "Host" ヘッダーを送信することをエミュレートするためには、 ... HTTP_HOST というヘッダを渡さなければなりません。 GET の引数が ... ミュレートできます。 The live server listens on localhost and binds to port 0 which uses a free port assigne ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... QLite を使っていない場合、 USER や PASSWORD そして HOST などの追加設定を加える必要があります。詳細について ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 6393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... address; if you instead see an >>> # "Invalid HTTP_HOST header" error and a 400 response, you probably >>> ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 1 2 3 4 5 6 NEXT