django-rest-viewsets

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

'CityListViewSet' should either include a `serializer_class` attribute, or override the `get_serializer_class()` method Question: I am assuming by the error in the title, once more here for clarity ‘CityListViewSet’ should either include a `serializer_class` attribute, or override the `get_serializer_class()` method. that my serializer isn’t connected to my view, which in my code it should be. I’m …

Total answers: 8