Вопрос

I just want concurrency in the local and remote database. The changes made to local database should be reflected to a remote database automatically. In short explain me how to concurrently update multiple database servers.

Это было полезно?

Решение

If you don't want to solve this on a DB level, you may want to have a look at Django's built in support for multiple databases.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top