検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 108 for format (0.131 sec.)
Database instrumentation — Django 4.0.6 ドキュメント 5741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ption ( "Access to database ' {} ' blocked here" . format ( alias )) For a more complete example, a query lo ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent in a database. django.contrib.gis Geographic Information System (GIS) extensions for Django django.contr ... n Serialization of GeoDjango models in the GeoJSON format. django.contrib.gis.utils GeoDjango's collection o ...
https://man.plustar.jp/django/py-modindex.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... geometry already has SRID: 1. The following input formats, along with their corresponding Python types, are ... accepted: Format Input Type WKT / EWKT str HEX / HEXEWKB str WKB / ... EWKB buffer GeoJSON str For the GeoJSON format, the SRID is set based on the crs member. If crs i ... s property does not include the 3dm, 3dz, and 4d information that PostGIS supports in its EWKT representatio ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ster operations and data manipulation in different formats. Editing geometry fields from the admin. This tut ... hapefile , one of the most popular geospatial data formats. When unzipped, the world borders dataset include ... r fields). .prj : Contains the spatial reference information for the geographic data stored in the shapefile ... the -so option to get only the important summary information:   $ ogrinfo -so world/data/TM_WORLD_BORDERS- ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に従ってフォーマットされます。引数がない場合は DATE_FORMAT 設定に従います。 naturaltime ¶ datetime 値に対して ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sses' : 'collapse wide' }), ) 参考 More detailed information about the changes and the reasons behind them c ... low with each app's name: $ ./manage.py dumpdata --format = xml <app> > data-dump.xml $ ./manage.py reset <a ... メモ: It's important that you remember to use XML format in the first step of this process. We are exploiti ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord attribute of a User object is a string in this format: <algorithm>$<iterations>$<salt>$<hash> これらはユ ... r = 'default' ) ¶ Creates a hashed password in the format used by this application. It takes one mandatory a ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5690
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s natural to reach for a Form to encapsulate the information sent from the user's browser to Django. Say als ... nder_to_response ( self , context ): # Look for a 'format=json' GET argument if self . request . GET . get ( ... 'format' ) == 'json' : return self . render_to_json_respon ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng and restoring url-safe signed JSON objects. The format used looks like this: >>> signing.dumps("hello") ' ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 5651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spreadsheet # applications. rows = ([ "Row {} " . format ( idx ), str ( idx )] for idx in range ( 65536 )) ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT