検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for カスタマイズ (0.049 sec.)
ファイルのアップロード — Django 4.0.6 ドキュメント 7987
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きなファイルはディスクに保存する--を提供しています。 カスタマイズハンドラを書けば、Django がファイルをハンドリングする ... 方法をカスタマイズすることができます。たとえば、カスタムハンドラを使う ... 別のストレージに転送することさえ可能です。ハンドラをカスタマイズしたり、アップロード時の動作を完全に置き換えたりする ... 方法については、詳しくは アップロードハンドラをカスタマイズする を読んでください。 アップロードされたデータの保 ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 7711
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation documentation for details on general usage. カスタマイズ例 ¶ API Reference ¶ Feed Subclass ¶ class Feed ¶ In ... pport PointField geometries. 目次 Geographic Feeds カスタマイズ例 API Reference Feed Subclass SyndicationFeed Subcl ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 7624
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 使うことをお勧めします。 ウィジェットのインスタンスをカスタマイズする ¶ When Django renders a widget as HTML, it only ... l appear the same on your web pages. ウィジェットをカスタマイズする方法には 2 つあります: ウィジェットごとのインスタ ... に、アセット ( css や javascript ) 、およびより詳細にカスタマイズされた見た目や動作を追加することができます。 要するに ... データの処理中に複数回呼び出される可能性があるので、カスタマイズして複雑な処理を追加する場合は、自分でキャッシュの仕 ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 7552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すべてが Field から派生し、クラスの動作の重要な部分をカスタマイズすると言うだけで十分です。 Djangoフィールドクラスは、 ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st be using one of the spatial database backends . カスタマイズ例 ¶ The following is an example bare-bones settings ... Create database superuser Windows GeoDjango tests カスタマイズ例 前のトピックへ Geographic Sitemaps 次のトピックへ ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 7392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rse.ArgumentParser サブクラスで、Django用にいくつかカスタマイズされています。 このメソッドをオーバーライドし、 Argu ... rgs を使って super() を呼び出すことでインスタンスをカスタマイズできます。 BaseCommand. add_arguments ( parser ) [ソ ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
はじめての Django アプリ作成、その 6 — Django 4.0.6 ドキュメント 7349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g Help セクションに進んでください。 アプリ の構造をカスタマイズする ¶ 最初に、 polls ディレクトリの中に、 static デ ... ル その7 に進んで、Django が自動生成する管理サイトのカスタマイズをしてみましょう。 目次 はじめての Django アプリ作成 ... 、その 6 アプリ の構造をカスタマイズする 背景画像を追加する 前のトピックへ はじめての Dj ...
https://man.plustar.jp/django/intro/tutorial06.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 7233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... geoip2 can leverage the C library's faster speed. カスタマイズ例 ¶ Here is an example of its usage: >>> from djang ... mark of MaxMind, Inc. 目次 Geolocation with GeoIP2 カスタマイズ例 API Reference メソッド Instantiating Querying Coo ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Measurement Objects — Django 4.0.6 ドキュメント 7233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... via the D and A convenience aliases, respectively. カスタマイズ例 ¶ Distance objects may be instantiated using a ke ... ioned units for robotics. 目次 Measurement Objects カスタマイズ例 Supported units Measurement API Distance Area 前の ...
https://man.plustar.jp/django/ref/contrib/gis/measure.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 7233
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 404 テンプレートとしては不向きです。 エラービューをカスタマイズする ¶ The default error views in Django should suff ... ッピングする エラーを返す Http404 例外 エラービューをカスタマイズする カスタムエラービューのテスト 非同期ビュー 前のト ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT