Opened 17 years ago
Closed 17 years ago
#7525 closed (fixed)
createsuperuser missing from django_bash_completion
| Reported by: | John-Scott Atlakson | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'm not a bash ninja, but simply adding createsuperuser to the actions worked for me.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | bash_completion.diff added |
|---|
comment:1 by , 17 years ago
| Component: | Uncategorized → django-admin.py |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7727]) Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to John Scott for the fix.