Python - How to import 'HttpResponse' -- django

Import HttpResponse

To import HttpResponse, Add the following line to the top of your code.

from django.http import HttpResponse

 

For more information about HttpResponse:
Django HttpResponse