diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-06-08 18:38:36 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-06-08 18:38:36 +0000 |
| commit | 1426c2451756572fccaf264ed2b752553b1c7933 (patch) | |
| tree | 4bd9f8bc3bd20185eb06c2939cb55cd486d1972b /docs | |
| parent | b0ebcfe15af4626f5ec54336800692130adae0c3 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 ------------ |
