On Wed, May 25, 2011 at 12:54 PM, Amit Sethi <amit.pureene...@gmail.com> wrote:
> Hi all , I might be wrong with some of the concepts as I am new to
> south. I am using south to migrate some fixture data for a django app.
> Also something worth noting is I am bringing south new into the django
> app it was not part of installed apps till now . So the workflow I
> have followed till now is
>
> run syncdb to install south
> create a fake initial migration using convert_to_south command
> create the actual schema migration script for my app using --auto

migrate here then (using default values if you are adding columns)
> create a data migration script with a forward function for the added field

migrate again

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to