Django rest API | Search filter API | Django rest framework | Python
Django rest framework project for beginners
The DjangoFilterBackend class is used to filter the queryset based on a specified set of fields. This backend class automatically creates a FilterSet (django_filters.rest_framework.FilterSet) class for the given fields. We can also create our own FilterSet class with customized settings.
You might want to filter the queryset to ensure that only results relevant to the currently authenticated user making the request are returned.
Generic Filtering
As well as being able to override the default queryset, REST framework also includes support for generic filtering backends that allow you to easily construct complex searches and filters.
Search Data from the Database table
model serializer
ListApiView
rest API in django
django-filter api
Simple and easy to search data from the table.
Standard rest API Python
Admin registration, create superuser, migrate command