Opened 16 years ago

Closed 16 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)

bash_completion.diff (736 bytes ) - added by John-Scott Atlakson 16 years ago.

Download all attachments as: .zip

Change History (3)

by John-Scott Atlakson, 16 years ago

Attachment: bash_completion.diff added

comment:1 by anonymous, 16 years ago

Component: Uncategorizeddjango-admin.py
Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7727]) Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to John Scott for the fix.

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