Commit 1426c245 authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent b0ebcfe1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
------------