Re: Using the django orm outside a web system

2009-06-03 Thread Juan Hernandez
thanks a lot everybody for your help, I really appreciate it jhv On Thu, Jun 4, 2009 at 11:22 AM, Tom Evans wrote: > > On Thu, 2009-06-04 at 10:44 +1930, Juan Hernandez wrote: > > Hey there people: > > > > I started developing a django application where a user takes a

Re: Using the django orm outside a web system

2009-06-03 Thread Tom Evans
On Thu, 2009-06-04 at 10:44 +1930, Juan Hernandez wrote: > Hey there people: > > I started developing a django application where a user takes a big > text file and loads it into a database. I have been able to do pretty > much everything but I've been having some problems on scheduling tasks >

Re: Using the django orm outside a web system

2009-06-03 Thread Adam Stein
Django command extensions has 'runjob' and 'runjobs', one of which might do want you want. You can find the extensions at: http://code.google.com/p/django-command-extensions/ On Thu, 2009-06-04 at 10:44 +, Juan Hernandez wrote: > Hey there people: > > I started developing a django

Re: Using the django orm outside a web system

2009-06-03 Thread Alex Gaynor
On Wed, Jun 3, 2009 at 10:14 AM, Juan Hernandez wrote: > Hey there people: > > I started developing a django application where a user takes a big text > file and loads it into a database. I have been able to do pretty much > everything but I've been having some problems on

Using the django orm outside a web system

2009-06-03 Thread Juan Hernandez
Hey there people: I started developing a django application where a user takes a big text file and loads it into a database. I have been able to do pretty much everything but I've been having some problems on scheduling tasks involving the django ORM. I know that python manage.py shell loads the