MCPcopy Create free account
hub / github.com/codemistic/Web-Development / BookSerializer

Class BookSerializer

django_rest/core/home/serializers.py:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class BookSerializer(serializers.ModelSerializer):
44 category = CategorySerializer()
45 class Meta:
46 model = Book
47 fields = '__all__'

Callers 1

get_bookFunction · 0.70

Calls 1

CategorySerializerClass · 0.85

Tested by

no test coverage detected