thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Daniel Diniz <ajaksu@gmail.com>
Mon, 06 Jul 2009 16:13:27 +0200
changeset 2560 a944c0169ad8
parent 109 620f9b141567
permissions -rwxr-xr-x
Added ability to add custom tooltips and UI improvements. 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