検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 86 for セット (0.033 sec.)
WSGI とともにデプロイするには — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... オブジェクトを指す <project_name>.wsgi.application がセットされています。 Settings モジュールを設定する ¶ WSGI ...
https://man.plustar.jp/django/howto/deployment/wsgi/index.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ライス、そして基本的に他に渡されます。あなたがクエリセットを評価するために何かしない限り、実際のデータベースへ ... んが、この操作は結果のリストの長さを返します。 メモ: セット内のレコード数を決定したいだけであれば(そして実際のオ ... ために、ほとんどの QuerySet のメソッドは新たなクエリセットを返します。これらのメソッドについては、このセクショ ... rdering = ['name'] を保持している場合、最初のクエリセットは以下と同じになります: Entry . objects . order_by ( ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンストール方法 ¶ このドキュメントを読めば、Django をセットアップして、起動することができます。 Python をインス ... 使えます。本番環境にデプロイするときまで、 Apache をセットアップする必要はありません。 If you want to use Djan ...
https://man.plustar.jp/django/topics/install.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... てのメッセージをファイルに記録する 2 つめのハンドラをセットすることができます。 フィルタ ¶ A filter is used to ...
https://man.plustar.jp/django/topics/logging.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ています。それでもなお、テンプレート構成要素のコア・セットでカバーされていない機能が必要になることもあるでしょ ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... したようにビューに対する CSRF 保護を有効化した場合にセットされます。 デフォルトでは、CSRF トークンの cookie は ... ングしていない場合、Django は CSRF トークンクッキーをセットしない可能性があります。フォームがページに動的に追加 ... このケースに対応するため、Django はクッキーを強制的にセットするビューのデコレータを提供しています: ensure_csrf_ ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6172
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 使う場合でも、各リクエストに対してアクティブな言語をセットすることが必要となります; 言い換えれば、 MIDDLEWARE ... 頭に追加します。 prefix_default_language を False にセットすると、デフォルト言語 ( LANGUAGE_CODE ) からプレフィ ... (と後述する compilemessages ) は、GNU gettext ツールセットからのコマンドを使用します: xgettext 、 msgfmt 、 ms ... ect_to context variable. 明示的にアクティブな言語をセットする ¶ You may want to set the active language for t ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Formset Functions — Django 4.0.6 ドキュメント 6145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... roductory material about formsets, see the フォームセット (Formset) topic guide. formset_factory ¶ formset_f ...
https://man.plustar.jp/django/ref/forms/formsets.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 6145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合、フィールドのウィジェットの multiple HTML 属性をセットしてください: forms.py ¶ from django import forms cl ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6118
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 受け取り、それぞれに対応した poll.opened を False にセットします。もしコマンドの利用者が存在しない poll を指定 ... ドの実装が必要です。 属性 ¶ 全ての属性は派生クラスでセットでき、 BaseCommand クラスの サブクラス で利用可能です ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT