Top "Django-rest-viewsets" questions

'CityListViewSet' should either include a `serializer_class` attribute, or override the `get_serializer_class()` method

I am assuming by the error in the title, once more here for clarity 'CityListViewSet' should either include a `serializer_…

python django-rest-framework assertion django-rest-viewsets
Difference between ViewSet and GenericViewSet in Django rest framework

I have a Django rest framework GenericViewset for which I am trying to set up pagination as follows: #settings.py …

python django django-rest-framework django-rest-viewsets
Post request handling in Django Rest framework

I am using Django Rest Framework, currently to pull some data from the backend we are using Get request, but …

django post django-rest-framework httprequest django-rest-viewsets