検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 43 for handler (0.037 sec.)
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 7836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ustom user model and want to use this default auth handler, it must support an is_active attribute. If you wa ... You can also specify your own custom mod_wsgi auth handler if your custom cannot conform to these requirement ... LE' ] = 'mysite.settings' from django.contrib.auth.handlers.modwsgi import check_password from django.core.ha ... ndlers.wsgi import WSGIHandler application = WSGIHandler () Requests beginning wi ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database and re-executes any post-synchronization handlers. The table of which migrations have been applied ... o the model. You may, for example, want to disable handlers that access related fields that aren't present du ... mport post_save from .models import MyModel def my_handler ( ** kwargs ): # disable the handler during fixtur ... rgs [ 'raw' ]: return ... post_save . connect ( my_handler , sender = MyModel ) You could also write a decora ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 7836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndle file uploads on your behalf. As a result your handler may not receive the uploaded file content, but ins ... isk). This class is used by the TemporaryFileUploadHandler . In addition to the methods from UploadedFile , i ... memory). This class is used by the MemoryFileUploadHandler . ビルトインのアップロードハンドラ ¶ Together the ... MemoryFileUploadHandler and TemporaryFileUploadHandler provide Django's de ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . exception () is not None : loop . call_exception_handler ( { "message" : "unhandled exception during loop s ... r ( executor , functools . partial ( self . thread_handler , loop , self . get_current_task (), sys . exc_inf ... . partial ( self . __call__ , parent ) def thread_handler ( self , loop , source_task , exc_info , func , * ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... server_time} ] {message} " , "style" : "{" , } }, "handlers" : { "console" : { "level" : "INFO" , "filters" : ... [ "require_debug_true" ], "class" : "logging.StreamHandler" , }, "django.server" : { "level" : "INFO" , "clas ... s" : "logging.StreamHandler" , "formatter" : "django.server" , }, "mail_admins ... ug_false" ], "class" : "django.utils.log.AdminEmailHandler" , }, }, "loggers" : { "django" : { "handlers" : [ ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メッセージは ハンドラ に渡されます。 ハンドラ ¶ The handler is the engine that determines what happens to each ... l over which log records are passed from logger to handler. デフォルトでは、ログレベル要件を満たしたすべてのロ ... more about how to filter error reports . AdminEmailHandler ¶ The built-in AdminEmailHandler deserves a mentio ... ing settings. These settings describe the loggers, handlers, filters and formatters that you want in your log ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s part of your Django project. A number of logging handlers and logging calls have been added to Django's own ... If you are currently using the mod_python request handler, you should redeploy your Django projects using an ... other request handler. mod_wsgi is the request handler recommended by th ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7373
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ith the InnoDB database engine. A new 403 response handler has been added as 'django.views.defaults.permissio ... n_denied' . You can set your own handler by setting the value of django.conf.urls.handler40 ... port was moved into the django.utils.log.AdminEmailHandler , attached to the 'django.request' logger. In orde ... rate filter attached to django.utils.log.AdminEmailHandler to prevent admin error emails in DEBUG mode: 'filt ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7280
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a debug-false filter to the 'mail_admins' logging handler will be removed. The LOGGING setting should includ ... unctions include() , patterns() , and url() , plus handler404 and handler500 are now available through django ... Django 1.4 release notes .) The mod_python request handler will be removed. The mod_wsgi handler should be us ... here . The django.core.servers.basehttp.AdminMediaHandler will be removed. In its place use django.contrib.s ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 7280
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormset:removed jQuery events allow this. The event handler is passed three arguments: event is the jQuery eve ... .super }} < script src = " {% static 'app/formset_handlers.js' %} " ></ script > {% endblock %} app/static/a ... pp/formset_handlers.js ¶ ( function ( $ ) { $ ( document ). on ( 'for ... er }} < script src = " {% static 'app/unregistered_handlers.js' %} " ></ script > {% endblock %} app/static/a ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
PREV 1 2 3 4 5 NEXT