diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 28d25ec755..5aed3b0816 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -129,6 +129,11 @@ using the ``--username`` and ``--email`` arguments on the command line; if not supplied, ``createsuperuser`` will prompt for them when running interactively. +This command is only available if Django's `authentication system`_ +(``django.contrib.auth``) is installed. + +.. _authentication system: ../authentication/ + diffsettings ------------