cannot import name HttpResponse
You are importing from wrong location
django.http this is right location from django.http import HttpResponse
You can try this: from django.http import HttpResponse
You are importing from wrong location
django.http this is right location from django.http import HttpResponse
You can try this: from django.http import HttpResponse