検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 111 for server (0.047 sec.)
設定 — Django 4.0.6 ドキュメント 8108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d by default) to all cache keys used by the Django server. See the cache documentation for more information. ... file system cache, a host and port for a memcache server, or an identifying name for a local memory cache. ... sion number for cache keys generated by the Django server. See the cache documentation for more information. ... n request.META , the header name received from the server is normalized by converting all characters to uppe ...
https://man.plustar.jp/django/ref/settings.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8032
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _beatles/" HttpRequest. path_info ¶ Under some web server configurations, the portion of the URL after the h ... path info portion of the path, no matter what web server is being used. Using this instead of path can make ... ur code easier to move between test and deployment servers. たとえば、アプリケーションの WSGIScriptAlias が ... 。 REMOTE_USER -- The user authenticated by the web server, if any. REQUEST_METHOD -- "GET" や "POST" といった ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 7779
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you're probably used to putting code under the web server's document root (in a place such as /var/www ). Wi ... dea to put any of this Python code within your web server's document root, because it risks the possibility ... マンドを実行してください:   $ python manage.py runserver ...\> py manage.py runserver コマンドライン上で下記 ... ng settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CON ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 7614
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be easier or more secure to configure the main web server to do the redirect to HTTPS. '安全な' クッキーを使 ... BDOMAINS , and SECURE_HSTS_PRELOAD , or on the web server. Host ヘッダーの検証 ¶ Djangoはいくつかのケースで、 ... そのように設定されたとしても、あなたのDjangoサイトが ServerName に設定された非デフォルトの仮想ホストを扱うよう ... y advised that you limit these uploads in your web server configuration to a reasonable size in order to pre ...
https://man.plustar.jp/django/topics/security.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t's usually a good idea to have your front-end web server perform the functionality provided by the Security ... e deployed behind a load-balancer or reverse-proxy server, and the Strict-Transport-Security header is not b ... can help display sites with improperly configured servers, it can also pose a security risk. If your site s ... MEDIA_URL is served directly by your front-end web server (nginx, Apache, etc.) then you'd want to set this ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 7209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Apache and loads Python code into memory when the server starts. Code stays in memory throughout the life o ... leads to significant performance gains over other server arrangements. In daemon mode, mod_wsgi spawns an i ... n process can run as a different user than the web server, possibly leading to improved security. The daemon ... restarted without restarting the entire Apache web server, possibly making refreshing your codebase more sea ...
https://man.plustar.jp/django/topics/install.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 7120
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ory ( STATIC_ROOT ) to be moved to the static file server and served. Depending on STATICFILES_STORAGE , fil ... 信する ¶ Most larger Django sites use a separate web server -- i.e., one that's not also running Django -- for ... serving static files. This server often runs a different type of web server -- faste ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 7044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requests by default. Django's built-in development server now does the same. Django's development server is ... se, but matching the behavior of common production servers reduces the surface area for behavior changes dur ... our files in production using a real front-end web server if you are not doing so. Bugfixes ¶ To maintain co ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 7044
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requests by default. Django's built-in development server now does the same. Django's development server is ... se, but matching the behavior of common production servers reduces the surface area for behavior changes dur ... our files in production using a real front-end web server if you are not doing so. Database denial-of-servic ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... frameworks like Selenium . The new django.test.LiveServerTestCase base class lets you test the interactions ... ation that can be used for deploying with WSGI app servers . The built-in development server now supports us ... d WSGI callable, which makes it possible to run runserver with the same WSGI configuration that is used for ... setting lets you configure which WSGI callable runserver uses. (The runfcgi management command also interna ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT