検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 117 for apps (0.054 sec.)
マイグレーション — Django 4.0.6 ドキュメント 6837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st-efforts promise, and not a guarantee; any other apps that need to be used to get dependencies correct w ... ill be. Apps without migrations must not have relations ( Forei ... gnKey , ManyToManyField , etc.) to apps with migrations. Sometimes it may work, but it's n ... history. アプリにマイグレーションを追加する ¶ New apps come preconfigured to accept migrations, and so yo ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
索引 — Django 4.0.6 ドキュメント 6775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inspectdb コマンドラインオプション --include-stale-apps remove_stale_contenttypes コマンドラインオプション ... django.core.management のクラス) AppConfig (django.apps のクラス) APPEND_SLASH setting appendlist() (Query ... Dict のメソッド) AppRegistryNotReady apps (django.apps モジュール) apps.AdminConfig (django. ... contrib.admin のクラス) apps.SimpleAdminConfig (django.contrib.admin のクラス) ...
https://man.plustar.jp/django/genindex.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 6775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, add 'django.contrib.postgres' in your INSTALLED_APPS and activate the pg_trgm extension on PostgreSQL. ... t, add 'django.contrib.postgres' in your INSTALLED_APPS and activate the pg_trgm extension on PostgreSQL. ... to add 'django.contrib.postgres' in your INSTALLED_APPS and activate the unaccent extension on PostgreSQL ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 6712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __future__ import unicode_literals to the default apps.py created by startapp on Python 2 ( #25909 ). Add ... this line to your own apps.py files created using Django 1.9 if you want your ... hiding some exceptions, like an invalid INSTALLED_APPS setting, behind AppRegistryNotReady when starting ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le applications define an AppConfig subclass in an apps.py submodule. Many define a default_app_config var ... ting to this class in their __init__.py . When the apps.py submodule exists and defines a single AppConfig ... o declare only the application's path in INSTALLED_APPS (e.g. 'django.contrib.admin' ) rather than the app ... config's path (e.g. 'django.contrib.admin.apps.AdminConfig' ). It was introduced for backwards-co ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 能なアプリケーションのリストを値として持つ available_apps コンテキスト変数が、新たに AdminSite.each_context( ... without including django.contrib.auth in INSTALLED_APPS (doing so raised a deprecation warning in older ve ... るようになりました。 The startapp command creates an apps.py file. Since it doesn't use default_app_config ( ... ou must specify the app config's path, e.g. 'polls.apps.PollsConfig' , in INSTALLED_APPS for it to be used ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _directories. Loader ¶ Loads templates from Django apps on the filesystem. For each app in INSTALLED_APPS ... means you can store templates with your individual apps. This also helps to distribute Django apps with de ... emplates. For example, for this setting: INSTALLED_APPS = [ 'myproject.polls' , 'myproject.music' ] ...the ... use the one it finds first. The order of INSTALLED_APPS is significant! For example, if you want to custom ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6412
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ex | Modules « previous | up | next » Porting your apps from Django 0.96 to 1.0 ¶ Django 1.0 breaks compat ... s. This guide will help you port 0.96 projects and apps to 1.0. The first part of this document includes t ... them, but they also won't do anything. To register apps with the admin you'll move those declarations to a ... third step. DecimalField is not used in any of the apps shipped with Django prior to this change being mad ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6412
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es django.contrib.staticfiles if it's in INSTALLED_APPS . This is especially useful for third-party apps w ... the djangojs translation domain from all installed apps rather than only the JavaScript strings from LOCAL ... te() signals now dispatch their migration plan and apps . モデル ¶ Reverse foreign keys from proxy models ... ven if django.contrib.sessions is not in INSTALLED_APPS . URL ¶ An addition in django.setup() allows URL r ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 6362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... when starting runserver with an invalid INSTALLED_APPS setting ( #25510 ). This regression appeared in 1. ... de deferred models use their proxied model's _meta.apps for caching and retrieval ( #25563 ). This prevent ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT