Django REST Frameworkに再挑戦 その12 Comments in Post Detail API View

概要 Django REST Frameworkに再挑戦 その12 Comments in Post Detail API View 参考サイト www.django-rest-framework.org www.codingforentrepreneurs.com Comments in Post Detail API View post/api/serializers.py にコードを追記する。 from comments.api.serializers import CommentSerializer from comments.model…