thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Tim Ansell <mithro@gmail.com>
Wed, 01 Oct 2008 07:26:45 +0000
changeset 243 b0eeea9d6da6
parent 109 620f9b141567
permissions -rwxr-xr-x
Tool to graph the data model.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass