検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 345 for when (0.149 sec.)
Database instrumentation — Django 4.0.6 ドキュメント 4059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... per ( wrapper ) ¶ Returns a context manager which, when entered, installs a wrapper around database query ... executions, and when exited, removes the wrapper. The wrapper is instal ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f what sort of match the regular expression makes. When switching from using path() to re_path() or vice v ... nly one style within a given regex is recommended. When both styles are mixed, any unnamed groups are igno ... の sequence でなければなりません。 Error handling ¶ When Django can't find a match for the requested URL, o ... r when an exception is raised, Django invokes an error-ha ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django を Apache と mod_wsgi とともに使うには? — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deError を修正する If you get a UnicodeEncodeError when uploading or writing files with file names or cont ... d </Files> </Directory> admin ファイルを配信する ¶ When django.contrib.staticfiles is in INSTALLED_APPS , ... ther installed apps). This is however not the case when you use any other server arrangement. You're respo ...
https://man.plustar.jp/django/howto/deployment/wsgi/modwsgi.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a generic application/octet-stream binary content. When as_attachment=True is passed to FileResponse , it ... or another example and some techniques you can use when generated text-based formats. 参考 Django Packages ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ake a {% cycle %} tag restart from its first value when it's next encountered. debug ¶ Outputs a whole loa ... and imported modules. {% debug %} outputs nothing when the DEBUG setting is False . Changed in Django 2.2 ... lder versions, debugging information was displayed when the DEBUG setting was False . extends ¶ このテンプ ... every fifth row. Only the five-row cycle is reset when a category changes. spaceless ¶ ブロック内の HTML ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thing this does is create those extra permissions when you run manage.py migrate (the function that creat ... charge of checking the value of these permissions when a user is trying to access the functionality provi ... list of the field names that will be prompted for when creating a user via the createsuperuser management ... ay include additional fields you want prompted for when a user is created interactively. REQUIRED_FIELDS h ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... same level of detail that is exposed in a web page when DEBUG is True ). It's generally not considered a g ... that the default config only displays log records when DEBUG=True . Django does not log many such INFO le ... ase, the argument foo will be given a value of bar when instantiating SpecialFilter . django.utils.log.Req ... ING will be provided as the value of that argument when logging is configured. ロギング設定を無効化する ¶ ...
https://man.plustar.jp/django/topics/logging.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r first looks for templates in the DIRS directory. When the views in the blog app ask for the blog/post.ht ... ride template (at templates/admin/base_site.html ) when resolving the extends tag. Combined with block.sup ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rrect. If it isn't, the user will get a 403 error. When validating the 'csrfmiddlewaretoken' field value, ... n-in-the-middle attack that's possible under HTTPS when using a session independent secret, due to the fac ... aders are (unfortunately) accepted by clients even when they are talking to a site under HTTPS. (Referer c ... Middleware.process_view not used ¶ There are cases when CsrfViewMiddleware.process_view may not have run b ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 3987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True , in which case the ValidationError is raised when a match is found. regex ¶ The regular expression p ... フォルトは False です。 flags ¶ The regex flags used when compiling the regular expression string regex . If ... ers separated by sep . It allows negative integers when allow_negative is True . MaxValueValidator ¶ class ...
https://man.plustar.jp/django/ref/validators.html - [similar]