[SHELL]Object of type QuerySet is not JSON serializable

박민하·2022년 6월 28일
0

ERROR & DEBUG

목록 보기
18/30

🚫 TypeError: Object of type QuerySet is not JSON serializable

  QuerySet 형태는 JSON화가 불가능한 모양.

❗️ 해결 방법

  films = Film.objects.filter 부분이 QuerySet 형태여서 오류가 난거였다. get으로 바꾸니까 해결.

profile
backend developer 🐌

0개의 댓글