Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26156 closed Cleanup/optimization (fixed)

Add a link to creating a superuser in the admin docs.

Reported by: Yoong Kang Lim Owned by: Yoong Kang Lim
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The documentation for the Django Admin site lists the steps to enable the Django admin site, but doesn't tell you that you need to first create a superuser to be able to login.

It would be nice if there was a link to the createsuperuser command.

Change History (4)

comment:1 by Yoong Kang Lim, 8 years ago

Owner: changed from nobody to Yoong Kang Lim
Status: newassigned
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham, 8 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

This is covered in the tutorial, but I guess we shouldn't assume everyone has read it.

PR

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 9644e2e:

Fixed #26156 -- Added createsuperuser instructions to admin docs.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 5d97839:

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

Backport of 9644e2e968b896f5400feb33d8d9bbdf5eea1e2d from master

Note: See TracTickets for help on using tickets.
Back to Top