manage.py tab completion with custom commands

2013-10-23 Thread Bogdan Popa
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

Re: manage.py tab completion

2008-10-15 Thread Daniel Roseman
On Oct 14, 11:49 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Depending on your site's setup, there is a variety of extra manage.py > > commands that could be available. Is it possible to set up tab > > completion on these commands? for example: > > > ./manage.py syn

Re: manage.py tab completion

2008-10-14 Thread Jeff Anderson
[EMAIL PROTECTED] wrote: > Depending on your site's setup, there is a variety of extra manage.py > commands that could be available. Is it possible to set up tab > completion on these commands? for example: > > ./manage.py syn > => /manage.py syncdb > > If it is not currently supported, how hard wo

Re: manage.py tab completion

2008-10-14 Thread bruno desthuilliers
On 14 oct, 21:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Depending on your site's setup, there is a variety of extra manage.py > commands that could be available. Is it possible to set up tab > completion on these commands? for example: > > ./manage.py syn > => /manage.py syncdb > > If

manage.py tab completion

2008-10-14 Thread [EMAIL PROTECTED]
Depending on your site's setup, there is a variety of extra manage.py commands that could be available. Is it possible to set up tab completion on these commands? for example: ./manage.py syn => /manage.py syncdb If it is not currently supported, how hard would it be to include? Would it use the