mirror of
https://github.com/django/django.git
synced 2025-11-17 02:24:22 +00:00
Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.
This commit is contained in:
parent
4a251f8bce
commit
a30482a4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1800,7 +1800,7 @@ To call a management command from code use ``call_command``.
|
||||||
``*args``
|
``*args``
|
||||||
a list of arguments accepted by the command. Arguments are passed to the
|
a list of arguments accepted by the command. Arguments are passed to the
|
||||||
argument parser, so you can use the same style as you would on the command
|
argument parser, so you can use the same style as you would on the command
|
||||||
line. For example, ``call_command('flush', 'verbosity=0')``.
|
line. For example, ``call_command('flush', '--verbosity=0')``.
|
||||||
|
|
||||||
``**options``
|
``**options``
|
||||||
named options accepted on the command-line. Options are passed to the command
|
named options accepted on the command-line. Options are passed to the command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue