検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 49 for Commands (0.029 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 12738
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elp to display usage information and a list of the commands provided by each application. Run django-admin hel ... p --commands to display a list of all available commands. Run d ... a list of its available options. App names ¶ Many commands take a list of "app names." An "app name" is the b ... that django-admin prints to the console. Available commands ¶ check ¶ django-admin check [app_label [app_label ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 12572
" + 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 ``dj ... ptions ): """ Include any default options that all commands should accept here so that ManagementUtility can h ... andle them before searching for user commands. """ if options . settings : os . environ [ "DJANG ... n the --help output before arguments common to all commands. """ show_last = { "--version" , "--verbosity" , " ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 12225
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » GeoDjango Management Commands ¶ inspectdb ¶ django-admin inspectdb When django.c ... SRID of the data source. 目次 GeoDjango Management Commands inspectdb ogrinspect 前のトピックへ GeoJSON Serial ... GeoDjango's admin site 関連キーワード Management , Commands , ogrinspect , OGR , Geo , fields , geometry , Geo ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 10172
" + 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 tests ... 有用です。 コマンドを実装するには、 polls/management/commands/closepoll.py を以下のように編集してください: from ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 9659
" + 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 in ... from the command line has finished doing its job. Commands from alternate package formats like eggs are now a ... and PostgreSQL databases. When calling management commands with options using call_command() , the option nam ... d in 1.8.4 as it's no longer relevant.) Management commands that only accept positional arguments ¶ If you hav ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 8467
" + 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 with ... xture support: There are new dumpdata and loaddata commands which, as you might expect, will dump and load dat ... a to/from the database. These commands can operate against any of Django's supported seri ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 8134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OJ_LIB environment variables. The following set of commands, executable with cmd.exe , will set this up. Resta ... nistrator privileges are required to execute these commands. To do this, run command prompt as administrator a ... nd enter the commands above. You need to log out and log back in again f ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 8134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 'myuser' , password = 'mypassword' ) Management commands ¶ Running management commands from your code ¶ dja ... nd ( 'loaddata' , 'test_data' , verbosity = 0 ) Subcommands must now precede options ¶ django-admin.py and man ... age.py now require subcommands to precede options. So: $ django-admin.py --settin ... django.test.Client.login() has changed Management commands Running management commands from your code Subcomm ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7953
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogin_form attribute. reset and sqlreset management commands ¶ Those commands have been deprecated. The flush a ... nd sqlflush commands can be used to delete everything. You can also use ... methods of the admin reset and sqlreset management commands GeoDjango CZBirthNumberField.clean CompatCookie Lo ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7953
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vicon.ico that used to be filtered out. Management commands can now produce syntax colored output under Window ... the seed_cache argument of get_model . Management commands and order of INSTALLED_APPS ¶ When several applica ... tions provide management commands with the same name, Django loads the command from ... hat came last. This brings discovery of management commands in line with other parts of Django that rely on th ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 3 4 5 NEXT