I'm using fetch and then trying to return some json with this: return JsonResponse({"data1": 1, "data2": 2}) In views.py: @csrf_exempt def ...
確定! 回上一頁