検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 98 for command (0.019 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 14126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... も同様に利用可能です。 使い方 ¶   $ django-admin <command> [ options ] $ manage.py <command> [ options ] $ p ... ython -m django <command> [ options ] ...\> django-admin < command > [optio ... ns] ...\> manage.py < command > [options] ...\> py -m django < command > [option ... s] command にはこのドキュメントに一覧されたコマンドの1つでなけ ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 13355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ソースコード """ Base classes for writing management commands (named commands which can be executed through ``d ... arning ALL_CHECKS = "__all__" [ドキュメント] class CommandError ( Exception ): """ Exception class indicating ... a problem while executing a management command. If this exception is raised during the execution ... of a management command, it will be caught and turned into a nicely-printe ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 9500
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us | up | next » How to create custom django-admin commands ¶ manage.py を用いることで独自のアクションを登録す ... 。 独自のコマンドを追加するためには、 `` management/commands``ディレクトリをアプリケーションに追加してください ... init__ . py models . py management / __init__ . py commands / __init__ . py _private . py closepoll . py test ... ュールには一つだけ満たすべき要件が有ります。 -- BaseCommand クラスもしくはその サブクラス の一つを継承した Com ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atiaLite SELECT InitSpatialMetaData initialization commands are now automatically run by migrate . The GDAL i ... nnections are now always closed after a management command called from the command line has finished doing it ... s job. Commands from alternate package formats like eggs are now ... and PostgreSQL databases. When calling management commands with options using call_command() , the option na ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
索引 — Django 4.0.6 ドキュメント 8141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ン --clear collectstatic コマンドラインオプション --command shell コマンドラインオプション --database changepa ... tion() (AdminSite のメソッド) add_arguments() (BaseCommand のメソッド) (DiscoverRunner のクラスメソッド) add_ ... rMatch の属性) app_names (ResolverMatch の属性) AppCommand (django.core.management のクラス) AppConfig (djang ... ackend (django.contrib.auth.backends のクラス) BaseCommand (django.core.management のクラス) BaseDatabaseSche ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8141
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... db will still work as before. A new makemigrations command provides an easy way to autodetect changes to your ... erform system checks, you use the check management command. This command replaces the older validate manageme ... nt command. New Prefetch object for advanced prefetch_related ... created when running the collectstatic management command and should be a less expensive alternative for rem ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 8088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou will need to be familiar with using the Windows command prompt. Python をインストールする ¶ Django is a Py ... we'll use pip to install Python packages from the command line. Setting up a virtual environment ¶ It is bes ... a virtual environment for your project, open a new command prompt, navigate to the folder where you want to c ... ivated and you'll see "(project-name)" next to the command prompt to designate that. Each time you start a ne ...
https://man.plustar.jp/django/howto/windows.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.contrib.staticfiles exposes three management commands. collectstatic ¶ django-admin collectstatic ¶ Col ... s will be used. If you're confused, the findstatic command can help show you which files are found. On subseq ... STALLED_APPS setting. The collectstatic management command calls the post_process() method of the STATICFILES ... st of paths that have been found by the management command. It also receives all command line options of coll ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on Debian and Ubuntu systems using the following command: $ sudo apt-get install binutils Similarly, on Red ... on of Python is used when python is entered at the command-line: export PATH=/Library/Frameworks/Python.frame ... ile so you can run the package's programs from the command-line. Replace X.Y with the version of PostgreSQL i ... le to be able to run the package programs from the command-line: export PATH=/Library/Frameworks/UnixImageIO. ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.sessions ¶ The clearsessions management command now removes file-based sessions. django.contrib.si ... pt strings from LOCALE_PATHS . 管理コマンド ¶ call_command() now returns the value returned from the command. ... s specifying the message level that will cause the command to exit with a non-zero status. The new makemigrat ... ions --check option makes the command exit with a non-zero status when model changes wit ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT