検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 171 for we (0.124 sec.)
ロギング — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that, but it's much more elegant and flexible. As well as being useful for debugging, logging can also ... matting string containing LogRecord attributes ; however, you can also write custom formatters to implem ... le, the log record may contain information about a web request or a stack trace, while some of the data ... rds, the same level of detail that is exposed in a web page when DEBUG is True ). It's generally not con ...
https://man.plustar.jp/django/topics/logging.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 4875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tFactory shares the same API as the test client. However, instead of behaving like a browser, the Reques ... user = AnonymousUser () # Test my_view() as if it were deployed at /customer/details response = my_view ... context ) Tests and multiple host names ¶ The ALLOWED_HOSTS setting is validated when running tests. Th ... is allows the test client to differentiate between internal and external URLs. Projects that suppor ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed in that layer (e.g. points, polygons, etc.), as well as the names and types of any additional fields ... arameter: the path of the file you want to read. However, OGR also supports a variety of more complex da ... s an OGRGeomType that identifies the feature type. We can use it to print out some basic information abo ... turned and the geometry is transformed in-place. However, if the clone keyword is set to True then a tra ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... /the_beatles/" HttpRequest. path_info ¶ Under some web server configurations, the portion of the URL aft ... the path info portion of the path, no matter what web server is being used. Using this instead of path ... can make your code easier to move between test and deployment servers. たとえば、アプリケー ... (such as reading from GET or POST ) will use the new encoding value. Useful if you know the form data is ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョン ... pted when using Python 3. The username validator now explicitly accepts Unicode characters by default on ... n2 password hash . It's recommended over PBKDF2, however, it's not the default as it requires a third-pa ... dded database functions IsValid and MakeValid , as well as the isvalid lookup, all for PostGIS. This all ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョン ... Django 2.0 supports Python 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the l ... the metadata , info , and metadata attributes. Allowed passing driver-specific creation options to GDALR ... aster objects using papsz_options . Allowed creating GDALRaster objects in GDAL's internal vi ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 4819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... と同じ日時を表示したいときに有用です。 Even if your website is available in only one time zone, it's stil ... タイムゾーン選択ロジックを組み立ててください。 Most websites that care about time zones ask users in whic ... to other systems -- for instance, if it queries a web service -- make sure datetimes are properly speci ... paris_tz ) # This is the correct way to convert between time zones. >>> new_york = paris . astimezone ( ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
Django 1.4 documentation 4763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルの扱い方 配信フィード (RSS/Atom) Unicode の扱い方 Web デザイナーのためのヘルパ バリデータ 関数ベースの汎 ... revision-up-to: 17812 (1.4) Django は初めてですか? Web 開発全般も?なら、ここに来て正解ですね。ここに ある ... しいニュースルーム環境で開発された経緯から、よくある Web 開発タスクを迅速かつ簡単化するように設計されました ... 。ここでは Django による データベース中心の Web アプリケーション開発をざっと見てみましょう。 この ...
https://man.plustar.jp/django/contents.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注意しましょう。 使用例: {% filter force_escape | lower %} This text will be HTML-escaped, and will appea ... r in all lowercase. {% endfilter %} 注釈 escape と safe フィルタ ... fchanged %} < a href = " {{ date | date :"M/d" | lower }} /" > {{ date | date :"j" }} </ a > {% endfor % ... } {% endifchanged %} {% endfor %} In this example, we have both the alternating odd/even rows and a "maj ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
モデル — Django 4.0.6 ドキュメント 4763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... In older versions, auto-created primary key fields were always AutoField s. 詳細な (verbose) フィールド名 ... invite_reason = "You've been gone for a month and we miss you." ) >>> beatles . members . all () <Query ... クラスを指定する必要があります。 For example, if you were building a database of "places", you would build ... t model to the common ancestor to avoid a clash between the fields that are automatically generated and ...
https://man.plustar.jp/django/topics/db/models.html - [similar]