Retorne Json com Jango
from django.http import JsonResponse
return JsonResponse({'message':'This is the message'})
Puzzled Penguin
from django.http import JsonResponse
return JsonResponse({'message':'This is the message'})