A
A
Alexander Dashkov2015-07-02 23:24:22
Django
Alexander Dashkov, 2015-07-02 23:24:22

How to work with Django migrations in a team?

Working as a team on a project in jung. The essence of the problem is that it is not entirely clear how to work with migrations, everyone works in their own branch of the git, changes models, makes migrations, etc. When merging, problems arise due to the fact that each has its own order of migrations. How to do it? Set migrations to gitignor? Then what is the use of them if everyone has their own history of migrations?
Thanks to all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2015-07-02
@alexdash

By the way, there is already a thread about this.
https://docs.djangoproject.com/en/1.8/topics/migra...
and a custom name https://docs.djangoproject.com/en/1.8/ref/django-a ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question