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

Class Meta

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected