thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 31 Jan 2009 12:36:07 +0000
changeset 1105 326cd1181c03
parent 109 620f9b141567
permissions -rwxr-xr-x
Update site/home.html to match the new document structure Patch by: Sverre Rabbelier

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass