mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to John Scott for the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c8d39f15cb
commit
3ce81068b8
@ -44,7 +44,7 @@ _django_completion()
|
|||||||
# Standalone options
|
# Standalone options
|
||||||
opts="--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version"
|
opts="--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version"
|
||||||
# Actions
|
# Actions
|
||||||
actions="adminindex createcachetable dbshell diffsettings \
|
actions="adminindex createcachetable createsuperuser dbshell diffsettings \
|
||||||
dumpdata flush inspectdb loaddata reset runfcgi runserver \
|
dumpdata flush inspectdb loaddata reset runfcgi runserver \
|
||||||
shell sql sqlall sqlclear sqlcustom sqlflush sqlindexes \
|
shell sql sqlall sqlclear sqlcustom sqlflush sqlindexes \
|
||||||
sqlreset sqlsequencereset startapp startproject \
|
sqlreset sqlsequencereset startapp startproject \
|
||||||
|
Loading…
Reference in New Issue
Block a user