kenken999's picture
fda
0f43f8a
raw
history blame
100 Bytes
from django.http import HttpResponse
def index(request):
return HttpResponse('Hello, World!')