thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 23 Jul 2009 14:37:44 +0200
changeset 2665 1f4acb80fd95
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fixes in Group View.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass