Skip to content

Commit

Permalink
Fixed #7525 -- Added createsuperuser to the bash completion script. T…
Browse files Browse the repository at this point in the history
…hanks to John Scott for the fix.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jun 23, 2008
1 parent c8d39f1 commit 3ce8106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/django_bash_completion
Expand Up @@ -44,7 +44,7 @@ _django_completion()
# Standalone options
opts="--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version"
# Actions
actions="adminindex createcachetable dbshell diffsettings \
actions="adminindex createcachetable createsuperuser dbshell diffsettings \
dumpdata flush inspectdb loaddata reset runfcgi runserver \
shell sql sqlall sqlclear sqlcustom sqlflush sqlindexes \
sqlreset sqlsequencereset startapp startproject \
Expand Down

0 comments on commit 3ce8106

Please sign in to comment.