On Sat, Feb 19, 2011 at 8:28 PM, Rainy <andrei....@gmail.com> wrote:

> I was going to say the exact same thing. I can just add that anything
> is fairly
> easy with South - starting from the beginning, starting just before
> 2nd
> dev joins in, or even starting after other devs join. Wiping out old
> migrations
> is also easy.
>
>  -Rainyday


Yes. In fact, in our company we wiped out our South stuff and started
over after almost two years (and many dozens of migrations across
several apps). We have the history in git, and didn't need the
overhead. When one app has over 70 migrations, unit testing becomes
pretty daunting.

All you have to do is wipe out the south_migrationhistory table and
delete the migrations, and it's like it's South's first day on the
job. It's great!

Shawn

-- 
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