Django

Code

Changeset 7727

Show
Ignore:
Timestamp:
06/23/08 07:42:09 (3 months ago)
Author:
russellm
Message:

Fixed #7525 -- Added createsuperuser to the bash completion script. Thanks to John Scott for the fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/extras/django_bash_completion

    r7691 r7727  
    4545    opts="--help --settings --pythonpath --noinput --noreload --format --indent --verbosity --adminmedia --version" 
    4646    # Actions 
    47     actions="adminindex createcachetable dbshell diffsettings \ 
     47    actions="adminindex createcachetable createsuperuser dbshell diffsettings \ 
    4848             dumpdata flush inspectdb loaddata reset runfcgi runserver \ 
    4949             shell sql sqlall sqlclear sqlcustom sqlflush sqlindexes \