検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 111 for server (0.022 sec.)
データベース — Django 4.0.6 ドキュメント 12467
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo usage. It is not intended as a replacement for server-specific documentation or reference manuals. Gener ... onnection that has been terminated by the database server. (This problem may only affect very low traffic si ... onnections to this database small. The development server creates a new thread for each request it handles, ... ng a migration, use the CreateExtension operation. Server-side cursors ¶ When using QuerySet.iterator() , Dj ...
https://man.plustar.jp/django/ref/databases.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 10655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RequireDebugTrue" , }, }, "formatters" : { "django.server" : { "()" : "django.utils.log.ServerFormatter" , " ... format" : "[ {server_time} ] {message} " , "style" : "{" , } }, "handle ... ], "class" : "logging.StreamHandler" , }, "django.server" : { "level" : "INFO" , "class" : "logging.StreamH ... andler" , "formatter" : "django.server" , }, "mail_admins" : { "level" : "ERROR" , "filte ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 9996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the emerging Python standard for asynchronous web servers and applications. Django's startproject managemen ... project, and direct any ASGI-compliant application server to use. Django includes getting-started documentat ... ion for the following ASGI servers: How to use Django with Daphne How to use Django ... pply an application callable which the application server uses to communicate with your code. It's commonly ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 9996
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... status when unapplied migrations are detected. runserver ¶ django-admin runserver [addrport] ¶ Starts a lig ... htweight development web server on the local machine. By default, the server runs ... umbers are reserved for the superuser (root). This server uses the WSGI application object specified by the ... WSGI_APPLICATION setting. DO NOT USE THIS SERVER IN A PRODUCTION SETTING. It has not gone through s ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
ロギング — Django 4.0.6 ドキュメント 9920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とき: django ロガーは、 django ヒエラルキー ( django.server を除く) において、 INFO レベル以上のメッセージをコ ... とき: django ロガーは、 django ヒエラルキー ( django.server を除く) において、 ERROR ないし CRITICAL レベルを ... ます。 Independently of the value of DEBUG : django.server ロガーは INFO レベル以上のメッセージをコンソールに ... 送信します。 All loggers except django.server propagate logging to their parents, up to the root ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 9337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ese files in production using a real front-end web server). The most likely example is user-uploaded content ... yed instead, with some debug information. The 500 (server error) view ¶ defaults. server_error ( request , t ... l, by default, call the view django.views.defaults.server_error , which either produces a "Server Error" mes ... r the current request a 'bad request' instead of a server error. django.views.defaults.bad_request , is othe ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 8932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and fixes several bugs in 1.11. Allowed disabling server-side cursors on PostgreSQL ¶ The change in Django ... 1.11 to make QuerySet.iterator() use server-side cursors on PostgreSQL prevents running Django ... ion pooling mode. To reallow that, use the DISABLE_SERVER_SIDE_CURSORS setting in DATABASES . See Transactio ... n pooling and server-side cursors for more discussion. Bugfixes ¶ Made ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 8843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django with Daphne ¶ Daphne is a pure-Python ASGI server for UNIX, maintained by members of the Django proj ... ect. It acts as the reference server for ASGI. Installing Daphne ¶ You can install Daph ... aphne command is available which starts the Daphne server process. At its simplest, Daphne needs to be calle ... 関連キーワード Daphne , How , use , ASGI , project , server , called , process , command , Running クイック検索 ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 8767
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mod_wsgi installed and activated, edit your Apache server's httpd.conf file and add the following. WSGIScrip ... files itself; it leaves that job to whichever web server you choose. We recommend using a separate web serv ... iles is in INSTALLED_APPS , the Django development server automatically serves the static files of the admin ... his is however not the case when you use any other server arrangement. You're responsible for setting up Apa ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 8184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dynamic. Each time a user requests a page, the web server makes all sorts of calculations -- from database q ... than your standard read-a-file-off-the-filesystem server arrangement. For most web applications, this overh ... ched ¶ Memcached is an entirely memory-based cache server, originally developed to handle high loads at Live ... ched is its ability to share a cache over multiple servers. This means you can run Memcached daemons on mult ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT