Opened 12 years ago

Closed 12 years ago

#19491 closed Bug (worksforme)

Wrong command for createsuperuser on Django 1.5

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.5-beta-1
Severity: Normal Keywords: django-admin.py, manage.py, createsuperuser
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Here:
https://docs.djangoproject.com/en/dev/ref/django-admin/#createsuperuser

django-admin is used to create a superuser instead of:

manage.py createsuperuser

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: worksforme
Status: newclosed

django-admin.py also works.

This style is used throughout the documentation.

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