Re: Running django-admin.py Commands without a Shell

2010-07-06 Thread Russell Keith-Magee
On Wed, Jul 7, 2010 at 1:39 AM, maxweld wrote: > Thanks Russ for the information. > > I am very interested in the new self.stdout and self.stderr feature of > management.commands. I can see that this is implemented in trunk for > some commands but not yet for others. I guess the others will come i

Re: Running django-admin.py Commands without a Shell

2010-07-06 Thread maxweld
Thanks Russ for the information. I am very interested in the new self.stdout and self.stderr feature of management.commands. I can see that this is implemented in trunk for some commands but not yet for others. I guess the others will come in time, although maybe I could help by contributing some

Re: Running django-admin.py Commands without a Shell

2010-06-21 Thread Russell Keith-Magee
On Tue, Jun 22, 2010 at 4:08 AM, maxweld wrote: > I am working with my virtual hosting provider to enable him support > Django. I have used him for ages, and having converted myself to > Django would like to help establish another hosting provider with > support for Django. > > I have a configurat