response = JsonResponse({'status':'false','message':message}, status=500)
from django.http import JsonResponse return JsonResponse({'foo':'bar'})