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"
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,
>
>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
** 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
** 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