mohamed naser
mohamed naser

Reputation: 492

splitting Django monolithic

Let's say I've a big Django monolithic e-commerce I've product, orders and webhooks apps

I want to split them to make sure that when a service is down, the others stays up

when I do some changes in a model, I don't want to keep redoing the changes in the others any ideas on better approaches?

Upvotes: 0

Views: 45

Answers (0)

Related Questions