How to import HttpRequest Django

Import the 'HttpRequest' module

from django.http import HttpRequest

 

For more information:
django HttpRequest