thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Todd Larsen <tlarsen@google.com>
Wed, 14 Jan 2009 20:37:24 +0000
changeset 807 b6db9fb1246d
parent 109 620f9b141567
permissions -rwxr-xr-x
Hack in tos_scope_path and tos_link_id to select Terms of Service Document. Patch by: Todd Larsen Review 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