検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 102 for process (0.670 sec.)
How to configure and use logging — Django 4.0.6 ドキュメント 7712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... apping's name determines which log records it will process. This configuration ( '' ) is unnamed . That means ... that it will process records from all loggers (see Use logger namespaci ... ng name to determine the loggers for which it will process records). It will forward messages of levels DEBUG ... format' : ' {name} {levelname} {asctime} {module} {process:d} {thread:d} {message} ' , 'style' : '{' , }, 'si ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 7544
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d to intermediate-level directories created in the process of uploading files and to intermediate-level colle ... Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 7466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iddleware that handles temporary messages. """ def process_request ( self , request ): request . _messages = ... default_storage ( request ) def process_response ( self , request , response ): """ Update ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 7207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e stays in memory throughout the life of an Apache process, which leads to significant performance gains over ... daemon mode, mod_wsgi spawns an independent daemon process that handles requests. The daemon process can run ... possibly leading to improved security. The daemon process can be restarted without restarting the entire Apa ...
https://man.plustar.jp/django/topics/install.html - [similar]
Django を uWSGI とともに使うには? — Django 4.0.6 ドキュメント 7039
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Apache) communicates with a django-uwsgi "worker" process to serve dynamic content. Django に対して uWSGI サ ... socket = 127 .0.0.1:49152 \ # can also be a file --processes = 5 \ # number of worker processes --uid = 1000 ... gi can drop privileges --harakiri = 20 \ # respawn processes taking more than 20 seconds --max-requests = 500 ... 0 \ # respawn processes after serving 5000 requests --vacuum \ # clear e ...
https://man.plustar.jp/django/howto/deployment/wsgi/uwsgi.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6962
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y expressions. It cannot contain the string "__" . process_lhs ( compiler , connection , lhs = None ) ¶ Retur ... is method can be overridden to tune how the lhs is processed. compiler is an SQLCompiler object, to be used l ... r specific SQL. If lhs is not None , use it as the processed lhs instead of self.lhs . process_rhs ( compiler ... , connection ) ¶ Behaves the same way as process_lhs() , for the right-hand side. Changed in Django ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t sets `site` attribute to request object. """ def process_request ( self , request ): request . site = get_c ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n template tag will not work if CsrfViewMiddleware.process_view or an equivalent like csrf_protect has not ru ... dleware and use csrf_exempt() . CsrfViewMiddleware.process_view not used ¶ There are cases when CsrfViewMiddl ... eware.process_view may not have run before your view is run - 40 ... e disabled for just a few views CsrfViewMiddleware.process_view not used Unprotected view needs the CSRF toke ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
索引 — Django 4.0.6 ドキュメント 6535
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quashmigrations コマンドラインオプション --no-post-process collectstatic コマンドラインオプション --no-wrap m ... Widget の属性) auth() (django.contrib.auth.context_processors モジュール) auth_code() (SpatialReference のメソ ... re --link --no-default-ignore --no-input --no-post-process --noinput -c -i -l -n color_interp() (GDALBand のメ ... .checks のクラス) debug() (django.template.context_processors モジュール) DEBUG_PROPAGATE_EXCEPTIONS setting ...
https://man.plustar.jp/django/genindex.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 6535
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... with these steps to discover Django's development process. Triage tickets If an unreviewed ticket reports a ... hes to build familiarity with the codebase and the process Mark the appropriate flags if a patch needs docs o ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT