検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 243 for python (0.125 sec.)
クラスベースビュー入門 — Django 4.0.6 ドキュメント 4331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーはビューを実装するもう一つの手段で、関数の代わりに Python のオブジェクトとしてビューを定義します。クラスベー ... を行うには2つの方法があります。 第1の方法は、通常の Python のサブクラス化を行い、サブクラス上で属性やメソッド ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 4331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ル文字列です。 表示形式ファイル ¶ 書式設定ファイルは Python モジュールで、対象のロケールに対するデータの表示形 ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g system and other components. Make sure that your Python code is outside of the web server's root. This wil ... l ensure that your Python code is not accidentally served as plain text (or ...
https://man.plustar.jp/django/topics/security.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DJANGO_SETTINGS_MODULE is set to a fully-qualified Python module (i.e. mysite.settings ). その設定モジュール ...
https://man.plustar.jp/django/faq/usage.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... patible with older but still supported versions of Python. Run the tests and make sure they pass. Where poss ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ない場合は、以下のコマンドを実行してください。   $ python -c "import django; print(django.__path__)" ...\> p ... へ では、ここから進める場所について説明しています。 Python のパッケージングについて知っていて、polls アプリケ ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
API の安定性 — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のオブジェクトは、プライベートなものであることを示すPythonの標準的な方法です。 いずれかのメソッドが単一の _ で ...
https://man.plustar.jp/django/misc/api-stability.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... standard formats. GeoDjango provides a high-level Python interface for some of the capabilities of OGR, inc ... DataSource object, which is essentially a standard Python container of Layer objects. For example, you can a ... Geometry object. A Feature behaves like a standard Python container for its fields, which it returns as Fiel ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
File storage API — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... filesystem path where the file can be opened using Python's standard open() . For storage systems that aren' ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4290
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 定義されています。この設定値は認証方法を定義している Python クラスを指定する Python パスのリスト型変数でなけれ ... ばなりません。これらのクラスはあなたの環境で有効な Python パスのどこにでも配置可能です。 初期状態では、 AUTH ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]