Re: South migration for fixtures

2011-05-26 Thread Amit Sethi
And what process should be followed in production and for other collaborators. -- A-M-I-T S|S -- 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,

Re: South migration for fixtures

2011-05-25 Thread DrBloodmoney
On Wed, May 25, 2011 at 12:54 PM, Amit Sethi 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 instal

South migration for fixtures

2011-05-25 Thread Amit Sethi
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