summaryrefslogtreecommitdiff
path: root/docs/ref
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:58 -0500
commit5d978390393ebaa057def1b4e429a292806e4b5f (patch)
treed5c6c8b474be02eef918f444da21dab29715a37b /docs/ref
parent5879bd090c566d5d4dfd54971f693c2812fb179d (diff)
[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.
Backport of 9644e2e968b896f5400feb33d8d9bbdf5eea1e2d from master
Diffstat (limited to 'docs/ref')
-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 79fb333bcc..70e1d3c5d6 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
------------