thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 26 Aug 2009 17:27:40 +0200
changeset 2806 c629e6697cf9
parent 109 620f9b141567
permissions -rwxr-xr-x
Added role_name and disallow_last_resign keyword params to OA and Mentor Logic. Reviewed by: Lennard de Rijk

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass