検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 118 for run (0.042 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iggered implicitly before most commands, including runserver and migrate . For performance reasons, check ... s are not run as part of the WSGI stack that is used in deployme ... nt. If you need to run system checks on your deployment server, trigger t ... rious errors will prevent Django commands (such as runserver ) from running at all. Minor problems are re ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7009
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndle_func ): """Decorator that forces a command to run with translations deactivated.""" def wrapped ( * ... anage.py`` loads the command class and calls its ``run_from_argv()`` method. 2. The ``run_from_argv()`` m ... `` raised any exception (e.g. ``CommandError``), ``run_from_argv()`` will instead print an error message ... rog_name , subcommand ) parser . print_help () def run_from_argv ( self , argv ): """ Set up any environm ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 6947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which files are found. On subsequent collectstatic runs (if STATIC_ROOT isn't empty), files are copied on ... ess() method of the STATICFILES_STORAGE after each run and passes a list of paths that have been found by ... always use forward slashes, even on Windows. --dry-run , -n ¶ Do everything except modify the filesystem. ... list of options, refer to the commands own help by running:   $ python manage.py collectstatic --help . ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 好きな名前をつけて構いません。 Using the Django test runner to test reusable applications も参照してください ... ドット区切りの Python パスを指定します。たとえば: # Run all the tests in the animals.tests module $ ./mana ... ge.py test animals.tests # Run all the tests found within the 'animals' package $ ... ./manage.py test animals # Run just one test case $ ./manage.py test animals.test ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h the MyISAM storage engine, will still be able to run these tests but won't benefit from the improvement ... s. Tests are now run within two nested atomic() blocks: one for the who ... s been increased from 50 to 255 characters. Please run the database migration. USERNAME_FIELD and REQUIRE ... Data initialization commands are now automatically run by migrate . The GDAL interface now supports retri ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fuse the migration autodetector and make resulting runs of makemigrations output incorrect code. Django が ... サブクラスの db_table オプションを参照します)。 AlterUniqueTogether ¶ class AlterUniqueTogether ( name , u ... ffect the database, but persists these changes for RunPython instances to use. options should be a dictio ... d the nullable field without the default value and run the makemigrations command. This should generate a ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty, you must provide a database name each time you run migrate . Omitting the database name would raise a ... Determine if the migration operation is allowed to run on the database with alias db . Return True if the ... operation should run, False if it shouldn't run, or None if the router ... he model being migrated. Its value is None for the RunPython and RunSQL operations unless they provide it ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 6760
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gure a database user with sufficient privileges to run tests for GeoDjango applications on PostgreSQL. If ... tests ¶ To have the GeoDjango tests executed when running the Django test suite with runtests.py all of ... ngs file with spatial backends that can be used to run the entire Django test suite, including those in d ... were in a postgis.py file in the same directory as runtests.py , then all Django and GeoDjango tests woul ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Signals — Django 4.0.6 ドキュメント 6698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... registry population process, and AppConfig.ready() runs after the app registry is fully populated, receiv ... on plan that is going to be used for the migration run. While the plan is not public API, this allows for ... ning the state of the project before the migration run. It should be used instead of the global apps regi ... the end of the migrate (even if no migrations are run) and flush commands. It's not emitted for applicat ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6648
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... til the release of Django 1.6. Django 1.5 does not run on a Jython final release, because Jython's latest ... ctionTestCase ¶ Previously, the test database was truncated before each test run in a TransactionTestCase ... . In order to be able to run unit tests in any order and to make sure they are ... stCase will now reset the database after each test run instead. No more implicit DB sequences reset ¶ Tra ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT