thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 13 Oct 2008 06:19:43 +0000
changeset 313 c25b1b680ba7
parent 109 620f9b141567
permissions -rwxr-xr-x
Bugfixes to the latest revision Some pages did not work due to missing imports, or wrongly imported modules. Patch by: Chen Lunpeng Reviewd by: Sverre Rabbelier

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass