
It’s a full-featured framework that feels consistent while still being extensible. The Django admin is extremely convenient to work with, and once the ORM is integrated, relationships become easy to display and manage in the admin.
It is free and open source and so a no-brainer in terms of ROI. It is easy to get started, without needing any human support or onboarding with the documentation available.
It easily integrates with a number of solutions we use - Twilio, Slack, Github to name a few. Review collected by and hosted on G2.com.
It feels heavier than simpler frameworks like FastAPI. ORM queries aren’t always well optimised, and as a beginner it’s easy to fall into suboptimal patterns, such as N+1 queries, without realising it. Review collected by and hosted on G2.com.