検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 32 for thread (0.046 sec.)
Deploying GeoDjango — Django 4.0.6 ドキュメント 7748
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango uses the GDAL geospatial library which is not thread safe at this time. Thus, it is highly recommended ... to not use threading when deploying -- in other words, use an approp ... ith mod_wsgi , set the WSGIDaemonProcess attribute threads to 1 , unless Apache may crash when running your ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
How to use Django with Gunicorn — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oject.wsgi This will start one process running one thread listening on 127.0.0.1:8000 . It requires that you ...
https://man.plustar.jp/django/howto/deployment/wsgi/gunicorn.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anslation.activate() . That applies to the current thread only. To persist the language for the entire sessi ... anslation.activate() changes the language for this thread, and setting the cookie makes this preference pers ... as activating a translation catalog is done on per-thread basis and such change will affect code running in ... the same thread. 例: from django.utils import translation def welc ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7619
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... backend. This cache is per-process (see below) and thread-safe. To use it, set BACKEND to "django.core.cache ... . Repeated requests for the same alias in the same thread will return the same object. >>> from django.core. ... nvalidCacheBackendError will be raised. To provide thread-safety, a different instance of the cache backend ... will be returned for each thread. django.core.cache. cache ¶ As a shortcut, the def ...
https://man.plustar.jp/django/topics/cache.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 7587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GI handler will run all your code in a synchronous thread, if you choose to run your own async handler you m ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 7587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lematic for you, please read the django-developers thread . Bugfixes ¶ Fixed incorrect unique_together field ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 7587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplateView.get_context_data() ( #31877 ). Enforced thread sensitivity of the MiddlewareMixin.process_request ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 7539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and save() on the PDF file. 注釈 ReportLab is not thread-safe. Some of our users have reported odd issues w ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld's value avoids a race condition . If two Python threads execute the code in the first example above, one ... ed it from the database. The value that the second thread saves will be based on the original value; the wor ... k of the first thread will be lost. If the database is responsible for u ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 7539
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... moves the wrapper. The wrapper is installed on the thread-local connection object. wrapper is a callable tak ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
PREV 1 2 3 4 NEXT