Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top