django-completion

Bash completion for Django management commands and options

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for Django

Commands

django-completion

Examples

Enable Django completion in current bash session$ source $(brew --prefix)/etc/bash_completion.d/django
Auto-complete Django management subcommands with tab$ python manage.py migrate<TAB>
Auto-complete Django command options$ python manage.py runserver --<TAB>