1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

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

Backport of 9644e2e968b896f5400feb33d8d9bbdf5eea1e2d from master
This commit is contained in:
Yoong Kang Lim 2016-01-30 15:33:48 +11:00 committed by Tim Graham
parent 5879bd090c
commit 5d97839039

View File

@ -49,7 +49,9 @@ For reference, here are the requirements:
7. Hook the ``AdminSite`` instance into your URLconf. 7. Hook the ``AdminSite`` instance into your URLconf.
After you've taken these steps, you'll be able to use your Django admin site 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 Other topics
------------ ------------