検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for tasks (0.018 sec.)
Django internals — Django 4.0.6 ドキュメント 12411
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o Formed? オーバービュー Prerequisites Pre-release tasks Preparing for release Actually rolling the release ... lable to the public Post-release New stable branch tasks Notes on setting the VERSION tuple 前のトピックへ ... ート 関連キーワード internals , リリース , release , tasks , バージョン , プロセス , security , サポート , Ho ...
https://man.plustar.jp/django/internals/index.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 12056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g once the async task returns. """ # Maps launched Tasks to the threads that launched them (for locals impl ... ses an asgiref # Local, not a threadlocal, so that tasks can work out what their parent used. executors = L ... n() behavior # cancel unexhausted async generators tasks = asyncio . all_tasks ( loop ) for task in tasks : ... () async def gather (): await asyncio . gather ( * tasks , return_exceptions = True ) loop . run_until_comp ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 10473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aser to get all these things lined up. Pre-release tasks ¶ A few items need to be taken care of before even ... details of the issues addressed. New stable branch tasks ¶ There are several items to do in the time follow ... (often following an alpha release). Some of these tasks don't need to be done by the releaser. Create a ne ... o Formed? オーバービュー Prerequisites Pre-release tasks Preparing for release Actually rolling the release ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 8553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( "change_task_status" , "Can change the status of tasks" ), ( "close_task" , "Can remove a task by setting ... rovided by the application (changing the status of tasks or closing tasks.) Continuing the above example, t ... he following checks if a user may close tasks: user . has_perm ( 'app.close_task' ) 既存の User ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 8197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss might take care of that. As with all deployment tasks, the devil's in the details. Every production setu ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8019
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s documentation to remove mentions of SVN specific tasks. Added guidelines of how to use Git, GitHub, and h ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 7663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt, it was designed to make common web development tasks fast and easy. Here's an informal overview of how ...
https://man.plustar.jp/django/intro/overview.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 7663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can override this method to perform initialization tasks such as registering signals. It is called as soon ...
https://man.plustar.jp/django/ref/applications.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 7663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the intended use cases (mail notifications, Celery tasks, etc.), this should be fine. If it's not (if your ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7486
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Generally speaking, you should perform expensive tasks outside of the request-response cycle, rather than ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 NEXT