I am working with my friends on wagtail school project, we are working at the same time on our project and making different pages at the same time. We would need a asynchronous system for migrations of pages.
I have searched and found command dumpdata and loaddata but this seems that it is synchronous only, and it is not possible for two people to have 2 open Merge requests since dumped json files would override each other.
Is there any solution for this problem?