Suggested Minor Improvement: Inside serializers, change `read_only_fields` to `readonly_fields` to match the Django standard (e.g., when creating `admin.py` code).
Suggested Minor Improvement:
Inside serializers, change
read_only_fieldstoreadonly_fieldsto match the Django standard (e.g., when creatingadmin.pycode).