I am working on a project with a django map and use the version control system to synchronize my code with other people. But I do not know how to organize work with the database. In django, anyone working on a project can modify django models and tell 'syncdb' to synchronize model objects with db. But other people are not aware of these changes, and this can lead to code revisions. Please tell me some ways to solve this problem (maybe a different db or something else).
Thank you and sorry my english :)
Sergey Anohin
source
share