DEV Community

Discussion on: Don't Use Django for Big Projects

 
juanbenitopr profile image
Juan Benito

Hi, sorry to hear that, my article is based in my experiences using django, it is a fantastic framework which save you ton of work, but when you try to scale your platform adding more features you will find several bottlenecks, the situations is even worse when you need to refactor any part of the project.

In my comment above you can find different arguments which sustains my affirmations, not every tool has the same pitfalls, and you can use django safety integrating some tools of django with other methodologies as Hexagonal Arquitechture.

dev.to/juanbenitopr/comment/p6mo

In case you have any question or doubt about how to accomplish that, or even any argumented reason to advise against any my arguments I would be happy to help you.