The serializer field might be named incorrectly and not match any attribute or key on the `User` instance.
작성
·
793
0
AttributeError at /api2/post/
Got AttributeError when attempting to get a value for field `title` on serializer `PostListSerializer`. The serializer field might be named incorrectly and not match any attribute or key on the `User` instance. Original exception text was: 'User' object has no attribute 'title'.
위와 같은 에러가 발생합니다. 코드를 봤는데 이유를 잘 모르겠습니다... 답변을 주신다면 너무 좋을 것 같습니다