from django.http import JsonResponse
def api_home(request,*args,**kwargs):
return JsonResponse({"message":"This is my 1st Django api project"})