検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 216 for contrib (0.088 sec.)
External packages — Django 4.0.6 ドキュメント 5396
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extra, optional tools that solve common problems ( contrib.* ). For easier maintenance and to trim the size o ... tures. GitHub Documentation PyPI コメント ¶ django-contrib-comments can be used to attach comments to any mod ... ド packages , External , comments , Documentation , contrib , トピック , Formtools , コメント , utilities , Lo ...
https://man.plustar.jp/django/topics/external-packages.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... All of these fields are available from the django.contrib.postgres.fields module. Indexing these fields ¶ In ... Field as the base_field . For example: from django.contrib.postgres.fields import ArrayField from django.db i ... uires that the arrays are rectangular: from django.contrib.postgres.fields import ArrayField from django.db i ... will use the following example model: from django.contrib.postgres.fields import ArrayField from django.db i ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s' : 'path.to.myapp.tags' , 'admin.urls' : 'django.contrib.admin.templatetags.admin_urls' , }, ) Libraries ca ... ngo.template.context_processors.request' , 'django.contrib.auth.context_processors.auth' , 'django.contrib.me ... rf' を使えるようにしています。これは、admin や他の contrib アプリケーションで必要な、セキュリティ関連のコンテ ... れぞれのビルトインのプロセッサが行うことです: django.contrib.auth.context_processors.auth ¶ auth ( request ) ¶ ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 5364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... than necessary ( #29193 ). Fixed crashes in django.contrib.admindocs when a view is a callable object, such a ... s django.contrib.syndication.views.Feed ( #29296 ). Fixed a regress ... ク , previous , up , next , Bugfixes , regression , contrib , union クイック検索 Last update: 2022年6月01日 « ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 5333
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l of these functions are available from the django.contrib.postgres.functions module. RandomUUID ¶ class Rand ... tion to install it. Usage example: >>> from django.contrib.postgres.functions import RandomUUID >>> Article . ... e transaction time. Usage example: >>> from django.contrib.postgres.functions import TransactionNow >>> Artic ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... き換えてみてください。 polls/admin.py ¶ from django.contrib import admin from .models import Question class Qu ... いこともあるでしょう。 polls/admin.py ¶ from django.contrib import admin from .models import Question class Qu ... e を登録する方法です: polls/admin.py ¶ from django.contrib import admin from .models import Choice , Question ... に書き換えてください。 polls/admin.py ¶ from django.contrib import admin from .models import Choice , Question ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Django 1.4 documentation 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... には以下のように書きます import models from django.contrib import admin admin . site . register ( models . Ar ... ケーションはいずれも Django に付属のものです: django.contrib.auth – 認証システムです。 django.contrib.contentty ... pes – コンテンツタイプフレームワークです。 django.contrib.sessions – セッションフレームワークです。 django.c ... のサイトを管理する ためのフレームワークです。 django.contrib.messages – メッセージフレームワークです。 django.c ...
https://man.plustar.jp/django/contents.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » django.contrib.humanize ¶ humanize は、データに「人間くささ(huma ... ルタを有効にするには、 INSTALLED_APPS 設定に 'django.contrib.humanize' を加えます。インストール後、テンプレート ... 数を文字列で表したものでもかまいません。 目次 django.contrib.humanize apnumber intcomma intword naturalday natu ... フレームワーク 関連キーワード Feb , humanize , ago , contrib , from , 日付 , フォーマット , becomes , 整数 , ho ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t_poly.shp , with three features): >>> from django.contrib.gis.gdal import DataSource >>> ds = DataSource ( ' ... ngo model (make sure to use migrate ): from django.contrib.gis.db import models class TestGeo ( models . Mode ... es and place them in the database: >>> from django.contrib.gis.utils import LayerMapping >>> from geoapp.mode ... urce file (e.g., a shapefile). Also accepts django.contrib.gis.gdal.DataSource instances. mapping A dictionar ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # Full Python path to the application e.g. 'django.contrib.admin'. self . name = app_name # Root module for t ... he application e.g. <module 'django.contrib.admin' # from 'django/contrib/admin/__init__.py'>. ... the application directory e.g. # '/path/to/django/contrib/admin'. if not hasattr ( self , "path" ): self . p ... ) # Module containing models e.g. <module 'django.contrib.admin.models' # from 'django/contrib/admin/models. ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT