thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 24 Aug 2009 20:12:10 +0530
changeset 2790 c63bd7fcd7a9
parent 109 620f9b141567
permissions -rwxr-xr-x
Added GHOPStudent model which inherits from core Student model.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass