Browse Source

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
Russell Keith-Magee 16 years ago
parent
commit
3ce81068b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extras/django_bash_completion

+ 1 - 1
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 \