Commit 5d978390 authored by Yoong Kang Lim's avatar Yoong Kang Lim Committed by Tim Graham
Browse files

[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.

Backport of 9644e2e9 from master
parent 5879bd09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
------------