On Mon, Apr 26, 2010 at 15:06, Lachlan Musicman <[email protected]> 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 L. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

