Added a note about manage.py createsuperuser requiring django.contrib.auth. Thanks, Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b0ebcfe15a
commit
1426c24517
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue