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

Class Meta

Django_React_Todo/api/serializers.py:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7class TaskSerializer(serializers.ModelSerializer):
8 class Meta:
9 model = Task
10 fields = '__all__'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected