Hi there!
Guess almost every developer had thought about dividing Django monolith on several smaller services, when you refactor, move code between applications in your project. Usually this thoughts end on Django’s models management, there is plenty of problems: how to move models without breaking migrations graph; how to hold…