Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top