検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 116 for called (0.043 sec.)
Signals — Django 4.0.6 ドキュメント 12390
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve Sent before or after a model's save() method is called. django.db.models.signals.pre_delete & django.db.m ... s delete() method or queryset's delete() method is called. django.db.models.signals.m2m_changed Sent when a ... Signal.connect() method. The receiver function is called when the signal is sent. All of the signal's recei ... ver functions are called one at a time, in the order they were registered. ...
https://man.plustar.jp/django/topics/signals.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 10511
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s, as SystemExit is unacceptable when a command is called programmatically. """ def __init__ ( self , * , mi ... ssing_args_message = None , called_from_command_line = None , ** kwargs ): self . mis ... sing_args_message = missing_args_message self . called_from_command_line = called_from_command_line super ... amespace ) def error ( self , message ): if self . called_from_command_line : super () . error ( message ) e ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 9646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erver process. At its simplest, Daphne needs to be called with the location of a module containing an ASGI a ... cation object, followed by what the application is called (separated by a colon). For a typical Django proje ... ード Daphne , How , use , ASGI , project , server , called , process , command , Running クイック検索 Last up ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 9646
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which runs ASGI applications. Uvicorn needs to be called with the location of a module containing an ASGI a ... cation object, followed by what the application is called (separated by a colon). For a typical Django proje ... GI , command , next , Running , For , Installing , called クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 9208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest before # the view (and later middleware) are called. response = get_response ( request ) # Code to be ... uted for each request/response after # the view is called. return response return middleware もしくは、インス ... quest before # the view (and later middleware) are called. response = self . get_response ( request ) # Code ... uted for each request/response after # the view is called. return response Django によって渡される get_respo ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 9057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cific configuration classes located in a submodule called apps.py . This is a convention, not a requirement. ... alization tasks such as registering signals. It is called as soon as the registry is fully populated. Althou ... l initialization process, the ready method is only called once by Django. But in some corner cases, particul ... ddling with installed applications, ready might be called more than once. In that case, either write idempot ...
https://man.plustar.jp/django/ref/applications.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 8920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion wants to be passed an extra keyword argument, called autoescape , that is True if auto-escaping is in e ... automatic escaping is in effect when the filter is called. We use autoescape to decide whether the input dat ... or example, if you wanted to write a custom filter called urlize_and_linebreaks that combined the urlize and ... has already been done by the time our function is called, so we don't need to do that. The quotes around th ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 8920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... been rolled back safely when handle_exception() is called, so the exception handler can also operate on the ... delay ( 'arg1' )) The function you pass in will be called immediately after a hypothetical database write ma ... de where on_commit() is called would be successfully committed. If you call on_co ... block), your function will be discarded and never called. Savepoints ¶ Savepoints (i.e. nested atomic() blo ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 8343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タイプ ¶ Say you've created a PostgreSQL custom type called mytype . You can subclass Field and implement the ... xample, the date/time column type in PostgreSQL is called timestamp , while the same column in MySQL is call ... stamp' The db_type() and rel_db_type() methods are called by Django when the framework constructs the CREATE ... you first create your tables. The methods are also called when constructing a WHERE clause that includes the ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 8343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... full Python import path to the view that should be called if the HTTP client has sent a request that caused ... full Python import path to the view that should be called if the user doesn't have the permissions required ... full Python import path to the view that should be called if none of the URL patterns match. By default, thi ... full Python import path to the view that should be called in case of server errors. Server errors happen whe ...
https://man.plustar.jp/django/ref/urls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT