Use filter in Django Rest Framework (DRF)
Query easily with filter in DRF.
DRF provided a very robus method to query from client. Client can query multiple dataset without adding new endpoint. For example: Assume we have 2 models, Category and Article 1 article can be belong to 1 category or no category at all. Our customer wants to: Getting full list of...
[Read More]