May 302014
My finding for today is that you can set up auto-complete for when you start typing something like this in your Django project:
./manage.py function_
but don’t remember exactly what you called that custom manage.py command.
Just download this baby and source it from your .bashrc file:
https://raw.githubusercontent.com/django/django/master/extras/djangobashcompletion
And you’re off to the races!