Hey,
I'm using some custom commands with manage.py and I was wondering if there is any way to get completion for these. For default commands such as syncdb completion works fine.
This wouldn't be such a big problem but I'm using PyCharm and custom commands (or commands added by other apps such as South) don't show in the manage.py run commands dialog. From what I understand they should so I want to get completion working with manage.py from zsh first.
It's worth noting I'm importing my settings from another module, if that makes a difference.
Thanks,