Re: Nested admin command problem

2011-04-07 Thread Ian Clelland
On Thu, Apr 7, 2011 at 3:10 AM, Hamdy wrote: > Hi, > > I'm having a case in which I'm making an admin command that takes some > options > This's great and works just fine > the problem appears when trying to call another command from within > the first > > option_list =

Nested admin command problem

2011-04-07 Thread Hamdy
Hi, I'm having a case in which I'm making an admin command that takes some options This's great and works just fine the problem appears when trying to call another command from within the first option_list = BaseCommand.option_list + ( make_option('--host',