Retournez JSON avec Jango

from django.http import JsonResponse


return JsonResponse({'message':'This is the message'})
Puzzled Penguin