Re: loaddata and m2m backend tables...

2010-04-25 Thread Lachlan Musicman
On Mon, Apr 26, 2010 at 15:06, Lachlan Musicman wrote: > > How do I fill in the many to many tables, since there isn’t a model > that directly represents those tables? Ah, just import it straight into database, works a treat. I used phpmyadmin and my csv dump. No need for loaddata at all. Cheers

loaddata and m2m backend tables...

2010-04-25 Thread Lachlan Musicman
Hi, I used loaddata to insert some data into my app - now all my model related tables are correctly populated. How do I fill in the many to many tables, since there isn’t a model that directly represents those tables? I found this: http://www.b-list.org/weblog/2007/nov/21/install-time/ but it su