Re: Initial SQL data using Django ORM - A HowTo

2006-09-12 Thread aaloy
2006/9/12, limodou <[EMAIL PROTECTED]>: > > On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I've added a small tutorial: > > http://code.djangoproject.com/wiki/InitialSQLDataDiangoORMWay > > > > It describes how to use Django ORM to add initial SQL data to freshly > > installed

Re: Initial SQL data using Django ORM - A HowTo

2006-09-11 Thread limodou
On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've added a small tutorial: > http://code.djangoproject.com/wiki/InitialSQLDataDiangoORMWay > > It describes how to use Django ORM to add initial SQL data to freshly > installed apps without files with RAW SQL > I think the steps is

Re: Re: Initial SQL data using Django ORM - A HowTo

2006-09-11 Thread James Bennett
On 9/11/06, aaloy <[EMAIL PROTECTED]> wrote: > just works if you have just one application in your project. If you > have two for example the function is going to be called twice. Hence my comment in my first reply about narrowing the listening to when the signal is sent by that specific app :)

Re: Initial SQL data using Django ORM - A HowTo

2006-09-11 Thread aaloy
2006/9/11, James Bennett <[EMAIL PROTECTED]>: > > On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > It describes how to use Django ORM to add initial SQL data to freshly > > installed apps without files with RAW SQL > > There's actually a much better way to do this, which won't require

Re: Initial SQL data using Django ORM - A HowTo

2006-09-11 Thread James Bennett
On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It describes how to use Django ORM to add initial SQL data to freshly > installed apps without files with RAW SQL There's actually a much better way to do this, which won't require any additional scripts to be run manually: 1. Create a

Initial SQL data using Django ORM - A HowTo

2006-09-11 Thread [EMAIL PROTECTED]
I've added a small tutorial: http://code.djangoproject.com/wiki/InitialSQLDataDiangoORMWay It describes how to use Django ORM to add initial SQL data to freshly installed apps without files with RAW SQL --~--~-~--~~~---~--~~ You received this message because you