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

Class Meta

locallibrary/catalog/serializers.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 author = serializers.StringRelatedField()
25 genre = GenreSerializer(many=True)
26 class Meta:
27 model = Book
28 fields = '__all__'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected