Comment on Django REST framework 3.15.0parentComments−ic_fly22yIt’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.−btown2yWhenever you have “there is complex business logic that determines how SQL clauses are chained together” the Django ORM is invaluable.
Comments
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.
Whenever you have “there is complex business logic that determines how SQL clauses are chained together” the Django ORM is invaluable.