diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2023-07-27 09:40:42 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-27 15:48:47 +0200 |
| commit | 89c8c2e8311bd31b79c0829055d1e494ab88b801 (patch) | |
| tree | cf9259e2ab0c32e895e5084af0c9079cd36b3d56 /docs/ref/django-admin.txt | |
| parent | a564f44350afc4823b9ff6eb14c56e8793ed4b31 (diff) | |
Simplified call_command() calls.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 9e13db435a..cc448055f4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -2075,7 +2075,7 @@ Running management commands from your code .. function:: django.core.management.call_command(name, *args, **options) -To call a management command from code use ``call_command``. +To call a management command from code use ``call_command()``. ``name`` the name of the command to call or a command object. Passing the name is |
