I\'m wondering how to solve sharing of the model structure between multiple (separated) django projects/microservices. Eg:
If you want to use same models in different python apps (not modules, but apps, with different uwsgi-instances etc.), then I think that the much common and handy solution - provide interface for these models through some API: