Getting error : Object of type User is not JSON serializable in django python
问题 i am new here in django python, when i am trying to get data, from 3 tables, i am getting error Object of type User is not JSON serializable , can anyone please help me why i am getting this error ? here i have added my views.py and models.py file views.py # views.py from tokenize import Token from django.contrib.auth import authenticate from rest_framework import status from rest_framework.exceptions import ValidationError from rest_framework.status import HTTP_400_BAD_REQUEST, HTTP_200_OK