検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 97 for part (0.113 sec.)
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the default for Django because it requires a third-party library. The Password Hashing Competition panel, ... used by Django since it requires the use of third-party libraries, but since many people may want to use ... ause model validation doesn't automatically run as part of creating models. 注釈 パスワードの妥当性検証は多 ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... junction with --shuffle to reverse the order for a particular random seed. debug_mode specifies what the D ... s its own database. This option requires the third-party tblib package to display tracebacks correctly. ta ... w much source code has been tested. It shows which parts of your code are being exercised by tests and whi ... ch are not. It's an important part of testing applications, so it's strongly recommen ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 違う? 代わりにここで NameError を取得している場合、 Part 2 のステップを見逃している可能性があります。そのス ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... audit code, do intrusion detection, or do anything particularly complex. Rather, they help perform an auto ... me of these checks may not be appropriate for your particular deployment configuration. For instance, if y ... here is a good reason for your site to serve other parts of itself in a frame, you should change it to 'DE ... checks ¶ admin ¶ Admin checks are all performed as part of the admin tag. The following checks are perform ...
https://man.plustar.jp/django/ref/checks.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata when using DataSource . Unlike its GEOS counterpart, OGRGeometry supports spatial reference systems an ... reading vector data from Layer (which is in turn a part of a DataSource ). classmethod from_gml ( gml_stri ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django version N+1. Pickles should not be used as part of a long-term archival strategy. Since pickle com ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... form> that posted to the request had enctype="multipart/form-data" . Otherwise, FILES will be a blank dict ... an instance of AnonymousUser . You can tell them apart with is_authenticated , like so: if request . user ... quest . META : if ',' in request . META [ field ]: parts = request . META [ field ] . split ( ',' ) reques ... t . META [ field ] = parts [ - 1 ] . strip () return self . get_response ( r ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Loader class knows how to import templates from a particular source. Optionally, a tuple can be used inst ... ) "The first stooge in the list is Larry." If any part of the variable is callable, the template system w ... ride 'DIRS' and specify specific directories for a particular filesystem loader: TEMPLATES = [{ 'BACKEND' ... re using custom template tags that come from third party packages, or that you wrote yourself, you should ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ocumentation generator . コメント ¶ To comment-out part of a line in a template, use the comment syntax: { ... o-escaping for a template, wrap the template (or a particular section of the template) in the autoescape t ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e designed for internal use and only the following parts can be considered stable and thus backwards compa ... ) [ソース] ¶ Django offers many utility functions (particularly in django.utils ) that take a string as th ... )), ] This example allows translators to translate part of the URL. If "person" is translated to "persona" ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT