検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 111 for server (0.055 sec.)
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6955
" + 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.7.3.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 6879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Gunicorn ('Green Unicorn') is a pure-Python WSGI server for UNIX. It has no dependencies and can be instal ... orn command is available which starts the Gunicorn server process. The simplest invocation of gunicorn is to ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
デプロイチェックリスト — Django 4.0.6 ドキュメント 6791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なってしまいます。 You should also configure the web server that sits in front of Django to validate the host. ... . For example, on nginx you might set up a default server to return "444 No Response" on an unrecognized hos ... t: server { listen 80 default_server ; return 444 ; } CACHES ... 送信者アドレスを使用するには、 DEFAULT_FROM_EMAIL と SERVER_EMAIL 設定を修正してください。 STATIC_ROOT と STAT ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you want your command to print a warning, like runserver does, if the set of migrations on disk don't match ... ージョンに変更しました。 logging モジュール経由の runserver の出力 ¶ runserver コマンドによる request および r ... onse のハンドリングが sys.stderr の代わりに django.server logger に送られるようになりました。Django の loggi ... を追加する必要があります。 'formatters' : { 'django.server' : { '()' : 'django.utils.log.ServerFormatter' , ' ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es. Memcached backends now allow defining multiple servers as a comma-delimited string in LOCATION , for con ... ng the test database. QuerySet.iterator() now uses server-side cursors on PostgreSQL. This feature transfers ... e_cursor(self, name=None) method to allow usage of server-side cursors on backends that support it. Dropped ... of psycopg2 is increased from 2.4.5 to 2.5.4. LiveServerTestCase binds to port zero ¶ Rather than taking a ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew settings telling it how to connect to your mail server. At the very least, you'll need to specify EMAIL_H ... ttings may be also required depending on your mail server's configuration. Consult the Django settings docum ... ess. To use a different sender address, modify the SERVER_EMAIL setting. To activate this behavior, put the ... sses of the recipients in the ADMINS setting. 参考 Server error emails are sent using the logging framework, ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path to the view that should be called in case of server errors. Server errors happen when you have runtime ... ew code. By default, this is django.views.defaults.server_error() . If you implement a custom view, be sure ... epts a request argument and returns an HttpResponseServerError . 目次 django.urls functions for use in URLco ...
https://man.plustar.jp/django/ref/urls.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed all at once or streamed from the database using server-side cursors. With server-side cursors ¶ Oracle an ... d PostgreSQL use server-side cursors to stream results from the database w ... nto memory. The Oracle database driver always uses server-side cursors. With server-side cursors, the chunk_ ... database, at the expense of memory. On PostgreSQL, server-side cursors will only be used when the DISABLE_SE ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ained notes advising users on how to configure web servers to ensure that only valid Host headers can reach ... reported to us that even with the recommended web server configurations there are still techniques availabl ... e for tricking many common web servers into supplying the application with an incorrect ... s management form, making it possible to exhaust a server's available memory by forcing it to create very la ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pport for those frameworks; see the section on LiveServerTestCase for more details. 包括的なテストスイートを ... あります。 The test client does not require the web server to be running. In fact, it will run just fine with ... no web server running at all! That's because it avoids the overh ... True ) >>> response . redirect_chain [('http://testserver/next/', 302), ('http://testserver/final/', 302)] s ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT