Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ Meta
Class
Meta
locallibrary/catalog/serializers.py:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
class
GenreSerializer(serializers.ModelSerializer):
17
18
class
Meta:
19
model = Genre
20
fields =
'__all__'
21
22
23
class
BookSerializer(serializers.ModelSerializer):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected