Re: NameError: name 'Job' is not defined

2009-07-10 Thread Rajesh D
On Jul 10, 8:39 am, bruno wrote: > Hi, > > I'm new in django and I have problem with importing models > > I have two class : Job and Event > > The Job class defines a method run_job() wich do something and log the > result by creating a new Event so I need to import the Event class > from file

Re: NameError: name 'Job' is not defined

2009-07-10 Thread Ramiro Morales
On Fri, Jul 10, 2009 at 9:39 AM, bruno wrote: > > Hi, > > I'm new in django and I have problem with importing models > > I have two class : Job and Event > > The Job class defines a method run_job() wich do something and log the > result by creating a new Event so I need to import the Event class