summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-06-23 12:42:09 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-06-23 12:42:09 +0000
commit3ce81068b842c3bcc98146de081fc52527cf9ad3 (patch)
treee2a6187ddea36ce41188c534bf0033e214ef798c /extras
parentc8d39f15cbbd22cdfbeb877024df2b5afd5334d3 (diff)
downloaddjango-3ce81068b842c3bcc98146de081fc52527cf9ad3.tar.gz
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
Diffstat (limited to 'extras')
-rwxr-xr-xextras/django_bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/django_bash_completion b/extras/django_bash_completion
index 686f090b95..c0f7c3516d 100755
--- a/extras/django_bash_completion
+++ b/extras/django_bash_completion
@@ -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 \