AssertionError: ‘Publish_GAPIView‘ should either include a `queryset` attribute, or override the `get_queryset()` method.
忘记这两行代码
queryset = Book.objects.all()
serializer_class = Book_ModelSerializer
2024-01-06 11:51:34
AssertionError: ‘Publish_GAPIView‘ should either include a `queryset` attribute, or override the `get_queryset()` method.
忘记这两行代码
queryset = Book.objects.all()
serializer_class = Book_ModelSerializer