検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 140 for system (0.064 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » システムチェックフレームワーク ¶ The system check framework is a set of static checks for vali ... ack that is used in deployment. If you need to run system checks on your deployment server, trigger them exp ... you can hide specific warnings using the SILENCED_SYSTEM_CHECKS setting in your project settings file. A fu ... s that can be raised by Django can be found in the System check reference . Writing your own checks ¶ The fr ...
https://man.plustar.jp/django/topics/checks.html - [similar]
設定 — Django 4.0.6 ドキュメント 7412
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... che to use. This might be the directory for a file system cache, a host and port for a memcache server, or a ... se, if Django manages the database but third-party systems connect to the same database and expect to find d ... use for displaying date fields in any part of the system. Note that if USE_L10N is set to True , then the l ... for displaying datetime fields in any part of the system. Note that if USE_L10N is set to True , then the l ...
https://man.plustar.jp/django/ref/settings.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ographic bounds of the data, the spatial reference system ("SRS WKT"), as well as type information for each ... ngo.contrib.gis.db . The default spatial reference system for geometry fields is WGS84 (meaning the SRID is ... in units of degrees. To use a different coordinate system, set the SRID of the geometry field with the srid ... gument. Use an integer representing the coordinate system's EPSG code. Run migrate ¶ After defining your mod ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デフォルトの値は False です。 BaseCommand. requires_system_checks ¶ A list or tuple of tags, e.g. [Tags.stati ... cfiles, Tags.models] . System checks registered in the chosen tags will be check ... he value '__all__' can be used to specify that all system checks should be performed. Default value is '__al ... ged in Django 3.2: In older versions, the requires_system_checks attribute expects a boolean value instead o ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 7137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age environments and packages within the Python ecosystem, some of which are recommended in the Python docum ... g is used for I/O. This may cause problems if your system is set to use a different encoding. Recent version ... force a UTF-8 encoding. Windows 10 also provides a system-wide setting by checking Use Unicode UTF-8 for wor ... nguage ‣ Administrative Language Settings ‣ Change system locale in system settings. 目次 Windows での Djang ...
https://man.plustar.jp/django/howto/windows.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7137
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a small number of Django users, as most operating-system vendors today are shipping Python 2.7 or newer as ... b . entry_set ( manager = 'entries' ) . all () New system check framework ¶ We've added a new System check f ... checks for your own apps and libraries. To perform system checks, you use the check management command. This ... () uses as_data() and gives an idea of how the new system could be extended. Error containers and backward c ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase. django.contrib.gis Geographic Information System (GIS) extensions for Django django.contrib.gis.adm ... .signals Core signals sent by the request/response system. django.core.signing Django's signing framework. d ... django.db.models.signals Signals sent by the model system. django.db.transaction django.dispatch Signal disp ... o's MVC stack. t django.template Django's template system django.template.backends django.template.backends. ...
https://man.plustar.jp/django/py-modindex.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f a vector layer, converting to another coordinate system (e.g. WGS84), and then inserting into a GeoDjango ... the shapefile in their original spatial reference system (WGS84) to the spatial reference system of the Geo ... Django model (NAD83). If no spatial reference system is defined for the layer, use the source_srs keywo ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 6768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ト] def filepath_to_uri ( path ): """Convert a file system path to a URI portion that is suitable for inclusi ... place ( " \\ " , "/" ), safe = "/~!*()'" ) def get_system_encoding (): """ The encoding of the default syste ... cii" return encoding DEFAULT_LOCALE_ENCODING = get_system_encoding () クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6768
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » システムチェックフレームワーク ¶ The system check framework is a set of static checks for vali ... d your own checks and integrate them with Django's system checks, see the System check topic guide . APIリフ ... one ) [ソース] ¶ The warnings and errors raised by system checks must be instances of CheckMessage . An inst ... e , id = None ) [ソース] ¶ 組み込みタグ ¶ Django's system checks are organized using the following tags: adm ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT