1/26/2011

First entry

Syntax highlighting

from django.http import HttpResponse

def index(request):
    return HttpResponse('OK')

No comments:

Post a Comment