thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 03 Jun 2009 23:38:02 +0530
changeset 2385 174e946039e0
parent 109 620f9b141567
permissions -rwxr-xr-x
Introduced 'module_package' key in params dict to support modules in melange

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass