Re: Porting _django_bash_completion to Windows Powershell

2010-04-09 Thread guillermooo
For the two Django devs on Windows out there, you might want to use this: http://bitbucket.org/guillermooo/powershell-utilities-for-django-developers/ Tests, docs, etc. to come soon. -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: Porting _django_bash_completion to Windows Powershell

2010-04-09 Thread guillermooo
iel wrote: > On Mar 17, 2010, at 3:35 PM, guillermooo wrote: > > > autocomplete() is executed always, regardless whether the user has > > requested completions or not. The only early exit point of > > autocomplete() is reached if DJANGO_AUTO_COMPLETE is false. Otherwise, >

Re: Porting _django_bash_completion to Windows Powershell

2010-03-17 Thread guillermooo
>Internally, the autocompletion is done using the > ManagementUtility.autocomplete() method, line 264 of > django/core/management/__init__.py. I've taken a look the code, but there a few details that I don't understand. autocomplete() is executed always, regardless whether the user has requested

Porting _django_bash_completion to Windows Powershell

2010-03-10 Thread guillermooo
** I might be posting in the wrong place. Apologies if I do, but this felt like the right place to ask! ** Hi! I'm trying to port Django's django_bash_completion script to Windows Powershell, but I only know so much bash, so I'd need a little help in understanding what's going on. As far as I un

Porting _django_bash_completion to Windows Powershell

2010-03-10 Thread guillermooo
** I might be posting in the wrong place. Apologies if I do, but this felt like the right place to ask! ** Hi! I'm trying to port Django's django_bash_completion script to Windows Powershell, but I only know so much bash, so I'd need a little help in understanding what's going on. As far as I un