5 ms·
DRF isn't necessarily complex, you can still use its generic views.
by leowoo91 5y ago
DRF isn't necessarily complex, you can still use its generic views.
- Nextgrid 5y agoMy argument about the "complexity" of DRF is that you need to use its serializers (frankly if you're just returning raw dicts then you're already not far off from built-in, generic Django function-based views) which I guess some people may consider complex especially if the data you're representing doesn't originate from models.