diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 40b5ee168f..bd99958fae 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1490,6 +1490,8 @@ See :doc:`/howto/custom-management-commands` for how to add customized actions. Running management commands from your code ========================================== +.. _call-command: + .. function:: django.core.management.call_command(name, *args, **options) To call a management command from code use ``call_command``. |
