0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

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:
Jacob Kaplan-Moss 2008-06-08 18:38:36 +00:00
parent b0ebcfe15a
commit 1426c24517

View File

@ -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
------------