検索

phrase: max: clip:
target: order:
Results of 111 - 116 of about 116 for app (0.123 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... も設定します。 同じく、ファイル先頭にある INSTALLED_APPS に注意してください。これはこのDjangoインスタンスの ... 配布することもできます。 デフォルトでは、 INSTALLED_APPS には以下のアプリケーションが入っています。 django ... migrate The migrate command looks at the INSTALLED_APPS setting and creates any necessary database tables ... file and the database migrations shipped with the app (we'll cover those later). You'll see a message fo ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NewsItem objects using Django's object-relational mapper , items() doesn't have to return model instances ... he syndication framework automatically include the appropriate <language> tag (RSS 2.0) or xml:lang attri ... he feed. """ item_title = 'Breaking News: Nothing Happening' # Hard-coded title. def item_description ( s ... rd-coded categories. # ITEM COPYRIGHT NOTICE (only applicable to Atom feeds) -- One of the # following th ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... expression construction and usage often does not happen in the same place (for example, QuerySet method ... won't guarantee objects with the same name always appear in the same order. reverse() ¶ reverse () ¶ Use ... columns and they may make otherwise duplicate rows appear to be distinct. Since the extra columns don't a ... y the names of fields to which the DISTINCT should apply. This translates to a SELECT DISTINCT ON SQL que ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ach() and attach_file() now fall back to MIME type application/octet-stream when binary content that can' ... text/* attachment. ファイルストレージ ¶ io.TextIOWrapper でラップできるように、 File に readable() 、 wri ... 設定モジュールを指定し、対比できるようになりました。 app_label 属性が showmigrations --plan アウトプットを制 ... た。 Added the SECURE_HSTS_PRELOAD setting to allow appending the preload directive to the Strict-Transpor ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mtplib module, Django provides a couple of light wrappers over it. These wrappers are provided to make se ... nd if that fails, the MIME type will be changed to application/octet-stream and the data will be attached ... ds.filebased.EmailBackend' EMAIL_FILE_PATH = '/tmp/app-messages' # change this to a proper location このバ ... し、都合の良いときに調べられるようにします。 Another approach is to use a "dumb" SMTP server that receives ...
https://man.plustar.jp/django/topics/email.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5261
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fer to the following models, which comprise a blog application: from datetime import date from django.db ... og attribute of an Entry instance entry , assuming appropriate instances of Entry and Blog are already sa ... ySet is evaluated -- and, hence, a database query happens -- Django saves the query results in the QueryS ... can be hard to distinguish between them. This only applies to None as the top-level value of the field. I ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 NEXT