So I have this 2 applications connected with a REST API (json messages). One written in Django and the other in Php. I have an exact database replica on both sides (using mysql).
My question is, how can i keep this 2 applications databases synchronized? In other words, when i press "submit" on one of them, i want that data to be saved on the current app database, and on the remote database for the other app using rest. Is there a django app that does that? i read about django-synchro but didn't see anything REST related. And i would like to keep things asynchronous, in other words the user must be able to keep using the app while this process is running on the background and keeping data consistent. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/xaT0SZLptucJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.