Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Observation モデルに「comments」属性がありません。追加するか、
observation = models.ForeignKey(Observation, related_name="comments")
またはに変更
comments = fields.ToManyField('apps.api.CommentResource2', 'comment_set', null=True)