検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 117 for apps (0.082 sec.)
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migrate command in a test case with the available_apps attribute pointing to an application with migratio ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
モデル — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のためには、設定ファイルを編集して、設定値 INSTALLED_APPS に、定義した models.py を含むモジュール名を追加しま ... アプリケーション内に構築されるものです)、 INSTALLED_APPS の部分を次のように定義します。 INSTALLED_APPS = [ ... #... 'myapp' , #... ] INSTALLED_APPS 内に新たなアプリケーションを追加した場合、 manage. ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Lconf: from django.urls import include , path from apps.main import views as main_views from credit import ... in_views . homepage ), path ( 'help/' , include ( 'apps.help.urls' )), path ( 'credit/' , include ( extra_ ... e LoginView . Parts of Django and most third-party apps assume that this view has a URL pattern with the n ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るようにします。 It uses these hooks to localize web apps for particular users according to their preference ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... test by deleting all data from the test database. Apps will not see their data reloaded ; if you need thi ... s functionality (for example, third-party apps should enable this) you can set serialized_rollbac ... h thing as a "page load," especially in modern web apps that generate HTML dynamically after the server ge ... ださい。 いったんフィクスチャーを作成して INSTALLED_APPS 内ののどれかで fixtures ディクショナリに記述したら ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s AppRegistryNotReady ( Exception ): """The django.apps registry is not populated yet""" pass [ドキュメント ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... write a custom storage class . There are 3rd party apps available that provide storage backends for many c ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (例: polls/templates )に配置するべきです。 reusable apps tutorial では、どうしてそのようにすべき 理由 を説明 ... では、 admin アプリケーションで登録された INSTALLED_APPS のすべてのアプリケーションが、アルファベット順に表 ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 索引 a | c | d | f | h | m | s | t | u | v a django.apps c django.conf django.conf.urls django.conf.urls.i1 ...
https://man.plustar.jp/django/py-modindex.html - [similar]
django.contrib.humanize — Django 4.0.6 ドキュメント 5587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... です。 これらのフィルタを有効にするには、 INSTALLED_APPS 設定に 'django.contrib.humanize' を加えます。インス ...
https://man.plustar.jp/django/ref/contrib/humanize.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT