I am working on a Django Project, but now it's going enormously large. I am thinking to convert it to microservice architecture but I found that Django also has a related architecture, apart from having a common database. So my question is, Is Django have a semi-microservice architecture built-in?
Asked
Active
Viewed 267 times
4
-
no, it does not have, though you can build microservice using Django and related python libs. – sonus21 Dec 20 '20 at 05:22