On Thu, Aug 16, 2012 at 12:44 AM, Benjamin Lei <benlei1...@gmail.com> wrote:
> I'm just wondering since it seems the migrations created are all prepended
> with an incremental number... so if two developers were to push two
> different migrations, each with the same id, I'm afraid something bad will
> happen.
>
> For example:
> Dev A: creates 001_somedesc
> Dev B: creates 001_someotherdesc
> Dev A: commits 001_somedesc into repo
> Dev B: commits 001_someotherdesc into repo
>
> Is it better to just use the default django "syncdb"?

Have you read South documentation?.

Because part 5 of the tutorial has an entire section devoted precisely
to this topic:

http://south.readthedocs.org/en/latest/tutorial/part5.html#team-workflow

-- 
Ramiro Morales

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