検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 216 for contrib (0.140 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... GeoDjango ¶ In Django 1.1, GeoDjango (i.e. django.contrib.gis ) has several new features: Support for Spatia ... ine documentation also includes pointers on how to contribute to Django: How to contribute to Django Contribu ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s Reference Contains the complete list of core and contrib app settings. 目次 Djangoの設定 基礎 設定ファイルの ...
https://man.plustar.jp/django/topics/settings.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Increase the default PBKDF2 iterations in django.contrib.auth.hashers.PBKDF2PasswordHasher by about 20% (pi ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... els . CASCADE ) mysite/news/admin.py ¶ from django.contrib import admin from . import models admin . site . r ...
https://man.plustar.jp/django/intro/overview.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... りません。 auth 、 admin 、 messages のようなDjango contrib packages と同じラベルを使うことは避けてください。 ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るとこのようになります: mysite/urls.py ¶ from django.contrib import admin from django.urls import include , pat ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... entation has more details. 実装例: >>> from django.contrib.gis.db.models import Extent , Union >>> WorldBorde ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted: from django.conf import settings from django.contrib.auth import get_user_model from django.db import m ... bose description of the field, e.g. for the django.contrib.admindocs application. The description can be of t ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n argument to the display() decorator: from django.contrib import admin from django.db import models from dja ... EWARE might look like this: MIDDLEWARE = [ 'django.contrib.sessions.middleware.SessionMiddleware' , 'django.m ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... users don't have access to any subdomains, django.contrib.sessions also has limitations. See the session top ...
https://man.plustar.jp/django/topics/security.html - [similar]