Hacker News new | ask | show | jobs
by ic_fly2 819 days ago
It’s true that Django and especially DRF feel a bit overkill. But for any app that does actual business the extra bits have often saved my bacon.
1 comments

Whenever you have “there is complex business logic that determines how SQL clauses are chained together” the Django ORM is invaluable.