検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 98 for command (0.060 sec.)
翻訳 — Django 4.0.6 ドキュメント 6546
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す。 Since string extraction is done by the xgettext command, only syntaxes supported by gettext are supported ... ained elsewhere, so long as the xgettext --version command works properly. Do not attempt to use Django trans ... lation utilities with a gettext package if the command xgettext --version entered at a Windows command pr ... イドする必要があります: from django.core.management.commands import makemessages class Command ( makemessages ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 6481
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and applications. Django's startproject management command sets up a default ASGI configuration for you, whic ... module accessible to the server. The startproject command creates a file <project_name>/asgi.py that contain ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in TestCase.setUpTestData() will be removed. BaseCommand.requires_system_checks won't support boolean value ... for optparse will be dropped for custom management commands (replaced by argparse ). The class django.core.ma ... nagement.NoArgsCommand will be removed. Use BaseCommand instead, which ta ... moved. The --list option of the migrate management command will be removed. The ssi template tag will be remo ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the ability to create databases, use the following command: $ createuser --createdb -R -S <user_name> The -R ... Django tests would be performed when executing the command: $ ./runtests.py --settings=postgis To run only th ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and | ( #26988 , #27154 ). Removed the broken BaseCommand.usage() method which was for optparse support ( #2 ... primary_key=True ( #26983 ). Prevented the migrate command from raising InconsistentMigrationHistory in the p ... ations without migrations when calling the migrate command with no migrations to apply ( #27044 ). Included t ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 24566 ). Restored proper parsing of the testserver command's positional arguments (fixture names) ( #24571 ). ... are deactivated ( #24569 ). Fixed squashmigrations command when using SeparateDatabaseAndState ( #24278 ). St ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egerField ( max_value = 25 , min_value = 10 ) call_command() validates the options it receives ¶ call_command ... () now validates that the argument parser of the command being called defines all of the options passed to ... call_command() . For custom management commands that use option ... rgument() , add a stealth_options attribute on the command: class MyCommand ( BaseCommand ): stealth_options ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 6429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectories when using the collectstatic management command. You should review and manually fix permissions on ... ator and settings.py generated by the startproject command, when user didn't have permissions to all intermed ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database. You can view the output by running this command: $ python manage.py inspectdb Save this as a file ... all the core Django tables ¶ Next, run the migrate command to install any extra needed database records such ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your own XML documents to the loaddata management command, you will need to ensure they do not contain a DTD ... m one request to the next (#19707). Changed an SQL command syntax to be MySQL 4 compatible (#19702). Added ba ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT