from django.shortcuts import render from django.http import HttpResponse def testindex(request): return HttpResponse("Hello")