import django.http from django.shortcuts import render # Create your views here. def index(request): return django.http.HttpResponse("Hello, World")