Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
from django.shortcuts import render
def index(request):
return render(request, 'helloworld/index.html')