django httpresponse status code code example
Example: django return httpresponse
from django.http import HttpResponse
return HttpResponse('<h1>Hello World</h1>')
from django.http import HttpResponse
return HttpResponse('<h1>Hello World</h1>')