検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 98 for command (0.037 sec.)
Django 3.2 release notes — Django 4.0.6 ドキュメント 6246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for a consistent migration history is skipped. BaseCommand.requires_system_checks now supports specifying a l ... will be checked for errors prior to executing the command. In previous versions, either all or none of the s ... are first loaded. This enables running management commands that do not rely on the SECRET_KEY without needin ... ler option. DiscoverRunner and the test management command can now track timings, including database setup an ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew --force-color option forces colorization of the command output. inspectdb now creates models for foreign t ... pped with rlwrap , if available. rlwrap provides a command history and editing of keyboard input. The new mak ... ring or omit the value. The ping_google management command now defaults to https instead of http for the site ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
設定 — Django 4.0.6 ドキュメント 6128
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectories when using the collectstatic management command. See collectstatic for details on overriding it. T ... atic files when using the collectstatic management command. See collectstatic for details on overriding it. 警 ... of the request/response cycle (e.g. in management commands and standalone scripts) to generate correct URLs ... e same resource (template, static file, management command, translation), the application listed first in INS ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one of your GitHub repository. The rest of the git commands on this page need to be run within the cloned dir ... ove is shorthand for two latest commits. The above command will open an editor showing the two commits, prefi ... the example case using upstream/main . The rebase command removes all your local commits temporarily, applie ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change is that running manage.py reset and similar commands against an existing database may generate SQL wit ... xture support: There are new dumpdata and loaddata commands which, as you might expect, will dump and load da ... ta to/from the database. These commands can operate against any of Django's supported ser ... ialization formats. The sqlinitialdata command has been renamed to sqlcustom to emphasize that lo ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 'myuser' , password = 'mypassword' ) Management commands ¶ Running management commands from your code ¶ dj ... agement services in your code now need to use call_command . For example, if you have some test code that cal ... om django.core import management management . call_command ( 'flush' , verbosity = 0 , interactive = False ) ... management . call_command ( 'loaddata' , 'test_data' , verbosity = 0 ) Subco ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 6076
" + 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 ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]
Django 3.0.10 release notes — Django 4.0.6 ドキュメント 6076
" + 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 ...
https://man.plustar.jp/django/releases/3.0.10.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ds logger. 管理コマンド ¶ The runserver management command now supports the --skip-checks option. On PostgreS ... now supports specifying a password file. The shell command now respects sys.__interactivehook__ at startup. T ... er loaded if running in isolated mode. The new BaseCommand.suppressed_base_arguments attribute allows suppres ... sing unsupported default command options in the help output. The new startapp --exc ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 6011
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er in order to run CREATE EXTENSION postgis; . The command is run during the migrate process. An alternative ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT