検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for command (0.015 sec.)
Unit tests — Django 4.0.6 ドキュメント 7017
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r , and code formatting ), install and run the tox command from any place in the Django source tree:   $ py ... dencies noted elsewhere in this documentation, the command python3 must be on your path and linked to the app ... 9-postgres -- --settings=my_postgres_settings This command sets up a Python 3.9 virtual environment, installs ... tings ). The remainder of this documentation shows commands for running tests without tox , however, any opti ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7017
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gured DATABASES by passing the database tag to the command. The new migrate --check option makes the command ... ions are detected. The new returncode argument for CommandError allows customizing the exit status for manage ... ment commands. The new dbshell -- ARGUMENTS option allows passi ... ng extra arguments to the command-line client for the database. The flush and sqlflu ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... さい。 If you plan to use Django's manage.py migrate command to automatically create database tables for your m ... ted and activated a virtual environment, enter the command:   $ python -m pip install Django ...\> py -m pi ... at you have Git installed and that you can run its commands from a shell. (Enter git help at a shell prompt t ... ivating the virtual environment, run the following command:   $ python -m pip install -e django/ ...\> py - ...
https://man.plustar.jp/django/topics/install.html - [similar]
データベース — Django 4.0.6 ドキュメント 6834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eady in the table. The sqlsequencereset management command generates the SQL statements to do that. Test data ... database ¶ You can create your database using the command-line tools and this SQL: CREATE DATABASE < dbname ... nnection options may be useful, such as ssl , init_command , and sql_mode . Setting sql_mode ¶ From MySQL 5.7 ... s: either in a config file or with the entry 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'" in the OPTI ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Signals — Django 4.0.6 ドキュメント 6834
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .models.signals. pre_migrate ¶ Sent by the migrate command before it starts to install an application. It's n ... t's safe to prompt the user to input things on the command line. If interactive is False , functions which li ... redirected. using The alias of database on which a command will operate. plan The migration plan that is goin ... migrate (even if no migrations are run) and flush commands. It's not emitted for applications that lack a mo ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6782
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... generic views support OPTIONS requests. Management commands do not raise SystemExit any more when called by c ... ode from call_command() . Any exception raised by the command (mostly Co ... when you output errors or messages in your custom commands, you should now use self.stdout.write('message') ... .stderr.write('error') (see the note on management commands output ). The dumpdata management command outputs ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xperience some problems using the reset management command. Prior to this change, 64-bit platforms would gene ... , you will not be able to use the reset management command on any table made by a 64-bit machine. This is bec ... ame; as a result, the SQL constructed by the reset command will be invalid. If you need to reset an applicati ... les in syncdb and remove them as part of the reset command. That is, Django manages the database table's life ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 6664
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a crash when executing the changepassword command when the user object representation contained non- ... ASCII characters ( #21627 ). The collectstatic command will raise an error rather than default to using t ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6599
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to use the Django test runner. You may want to add command-line options for controlling verbosity, passing in ... args . Your test runner may also define additional command-line options. Create or override an add_arguments( ... add_argument() inside the method, so that the test command will be able to use those arguments. New in Django ... d custom arguments accepted by the test management command. See argparse.ArgumentParser.add_argument() for de ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed to use any other JS framework. check management command added for verifying compatibility ¶ A check manage ... ment command was added, enabling you to verify if your current ... her than at definition time. For custom management commands: Verification of the presence of valid settings i ... n commands that ask for it by using the BaseCommand.can_impo ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT