Subversion Repositories blog-sources

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

from django.shortcuts import render

def index(request):
    return render(request, 'helloworld/index.html')