thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 05 Feb 2009 21:29:55 +0000
changeset 1222 bea3987b2040
parent 109 620f9b141567
permissions -rwxr-xr-x
Updated docstrings and used keyfields where necessary in soc/logic/models/base.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass