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

Class Meta

django_rest/core/home/serializers.py:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37class CategorySerializer(serializers.ModelSerializer):
38 class Meta:
39 model = Category
40 fields = '__all__'
41
42
43class BookSerializer(serializers.ModelSerializer):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected