thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Todd Larsen <tlarsen@google.com>
Thu, 18 Sep 2008 17:31:01 +0000
changeset 161 f4af04306890
parent 109 620f9b141567
permissions -rwxr-xr-x
Add a verbose_name and help_text to the User.id Property.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass