検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 99 for manage (0.013 sec.)
contrib packages — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rects' ) to your INSTALLED_APPS setting and re-run manage.py migrate . Django の admin サイト django.contrib ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abel or model._meta.label_lower respectively. base_manager_name ¶ Options. base_manager_name ¶ The attribute ... name of the manager, for example, 'objects' , to use for the model's ... _base_manager . db_table ¶ Options. db_table ¶ The name of the ... ng the model's "app label" -- the name you used in manage.py startapp -- to the model's class name, with an ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the test runners ( tests/runtests.py and python manage.py test ) no longer represents the number of faile ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r the test suite completes, but not when using the manage.py test --keepdb option or if the user has an acti ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... igration crash when applying migrations with model managers on Python 3 that were generated on Python 2 ( #2 ... model states and reduces memory usage when running manage.py migrate (although other changes in this release ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 6048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 在し、ユーザーがデータベース作成権限を持たない場合に manage.py test --keepdb が 失敗するリグレッションを修正し ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... プロジェクトはこのようになっているはずです: mysite / manage . py mysite / __init__ . py settings . py urls . p ... ('polls/', include('polls.urls')), 3. Run ``python manage.py migrate`` to create the polls models. 4. Start ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... とがふつうです。 プロジェクトのルートディレクトリ ( manage.py があるディレクトリ) は、プロジェクトと一緒にイン ... methods that execute queries ( save() , delete() , manager methods etc.), and also raw SQL queries via djang ... ur ready() method will run during startup of every management command. For example, even though the test dat ... guration is separate from the production settings, manage.py test would still execute some queries against y ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g system provides but PostgreSQL does not, you can manage collations in your database using a migration file ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Signals — Django 4.0.6 ドキュメント 5944
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l: sender The model class which was just prepared. Management signals ¶ Signals sent by django-admin . pre_m ... と同じ。 verbosity Indicates how much information manage.py is printing on screen. See the --verbosity flag ... と同じ。 verbosity Indicates how much information manage.py is printing on screen. See the --verbosity flag ... hrough the django.test.TestCase.settings() context manager or the django.test.override_settings() decorator/ ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT