Re: preventing syncdb from loading initial_data

2008-01-30 Thread George Vilches
On Jan 29, 2008, at 10:51 PM, Russell Keith-Magee wrote: > > On Jan 30, 2008 8:17 AM, Joseph Kocherhans <[EMAIL PROTECTED]> > wrote: >> >> I ran into a situation today where for every future site I set up, >> I'll want to load an initial_data fixture, but for some existing >> sites >> that I

Re: preventing syncdb from loading initial_data

2008-01-29 Thread Russell Keith-Magee
On Jan 30, 2008 8:17 AM, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > I ran into a situation today where for every future site I set up, > I'll want to load an initial_data fixture, but for some existing sites > that I'm upgrading, it's very useful to be able to run syncdb without > loading an

preventing syncdb from loading initial_data

2008-01-29 Thread Joseph Kocherhans
I ran into a situation today where for every future site I set up, I'll want to load an initial_data fixture, but for some existing sites that I'm upgrading, it's very useful to be able to run syncdb without loading any fixtures. Thus http://code.djangoproject.com/ticket/6511 I'll write up the do