summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
diff options
context:
space:
mode:
authorYoong Kang Lim <yoongkang.lim@gmail.com>2016-01-30 15:33:48 +1100
committerTim Graham <timograham@gmail.com>2016-01-30 12:32:24 -0500
commit9644e2e968b896f5400feb33d8d9bbdf5eea1e2d (patch)
tree8473d4a1c0d42851bf0eedd0ff78555ae111deda /docs/ref/contrib/admin
parentbe9bd3348d3c4b060b6eea53ef23d0651c122c77 (diff)
Fixed #26156 -- Added createsuperuser instructions to admin docs.
Diffstat (limited to 'docs/ref/contrib/admin')
-rw-r--r--docs/ref/contrib/admin/index.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index f6ed8f8e13..5e347fb9fb 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -49,7 +49,9 @@ For reference, here are the requirements:
7. Hook the ``AdminSite`` instance into your URLconf.
After you've taken these steps, you'll be able to use your Django admin site
-by visiting the URL you hooked it into (``/admin/``, by default).
+by visiting the URL you hooked it into (``/admin/``, by default). If you need
+to create a user to login with, you can use the :djadmin:`createsuperuser`
+command.
Other topics
------------