検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 116 for app (0.081 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bmit_line.html templates can now be overridden per app or per model (besides overridden globally). The ad ... change form object tools can now be overridden per app, per model, or globally with change_list_object_to ... he standard options like --verbosity or --settings appear last in the help output, giving a more prominen ... the Content-Type and Content-Length headers where appropriate. テンプレート ¶ The new json_script filter ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
モデル — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なデータベースのテーブルを作成します: CREATE TABLE myapp_person ( "id" serial NOT NULL PRIMARY KEY , "first ... name" varchar ( 30 ) NOT NULL ); 技術的な注意点: myapp_person というテーブル名は、いくつかのモデルのメタデ ... のためには、設定ファイルを編集して、設定値 INSTALLED_APPS に、定義した models.py を含むモジュール名を追加し ... ます。 たとえば、アプリケーションのモデルが myapp.models モジュール内に存在する場合 (このパッケージ構 ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ックへ Full text search 次のトピックへ The redirects app 関連キーワード データ , バリ , validators , limit ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ur URLconf . インストール ¶ To install the sitemap app, follow these steps: Add 'django.contrib.sitemaps' ... to your INSTALLED_APPS setting. Make sure your TEMPLATES setting contain ... s a DjangoTemplates backend whose APP_DIRS options is set to True . It's in there by def ... installed the sites framework . (Note: The sitemap application doesn't install any database tables. The o ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lower %} This text will be HTML-escaped, and will appear in all lowercase. {% endfilter %} 注釈 escape と ... 算子 ¶ 等しい場合。例: {% if somevar == "x" %} This appears if variable somevar equals the string "x" {% e ... ¶ 等しくない場合。例: {% if somevar != "x" %} This appears if variable somevar does not equal the string ... ¶ より小さい場合。例: {% if somevar < 100 %} This appears if variable somevar is less than 100. {% endif ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プレート名をオーバーライドすることができます: # some_app/views.py from django.views.generic import Template ... 。 # urls.py from django.urls import path from some_app.views import AboutView urlpatterns = [ path ( 'abo ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Tutorial 3 left off. We're continuing the web-poll application and will focus on form processing and cutt ... ¶ from django.urls import path from . import views app_name = 'polls' urlpatterns = [ path ( '' , views . ... ています。 デフォルトでは、 DetailView 汎用ビューは <app name>/<model name>_detail.html という名前のテンプレ ... た見た目になります。 同様に、 ListView 汎用ビューは <app name>/<model name>_list.html というデフォルトのテン ...
https://man.plustar.jp/django/intro/tutorial04.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is to make it as easy as possible to build GIS web applications and harness the power of spatially enable ... rence メソッド 設定 例外 GeoDjango Utilities LayerMapping data import utility OGR Inspection GeoJSON Seri ... itemaps カスタマイズ例 Reference Testing GeoDjango apps PostGIS GeoDjango tests Deploying GeoDjango 前のト ... ピックへ The flatpages app 次のトピックへ GeoDjango Tutorial 関連キーワード G ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ラー ( #27420 ) を修正するためです。 Fixed incorrect app_label / model_name arguments for allow_migrate() i ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e future. Async features will only be available to applications that run under ASGI, however. At this sta ... ge async support only applies to the outer ASGI application. Internally ever ... can, however, use ASGI middleware around Django's application, allowing you to combine Django with other ... ASGI frameworks. There is no need to switch your applications over unless you want to start experimenti ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT