On Friday 18 June 2010 14:07:53 Tom Evans wrote: > On Fri, Jun 18, 2010 at 9:03 AM, Kenneth Gonsalves <[email protected]> wrote: > > On Friday 18 June 2010 07:27:10 Shawn Milochik wrote: > >> Use South data migrations. > > > > I do not understand what data migration has to do with this. > > Data fixups are one sort of migration - its not a schema migration, > but a data migration. > > It all depends what sort of data is on your models. If its complex, > you may have to implement a mechanical turk style application to allow > a human to choose which bits of which objects to save. >
ok, I was unaware of the fact that south does data migration also - I thought it was just schema migration. I will look into it. -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC -- 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.

