thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Todd Larsen <tlarsen@google.com>
Thu, 18 Sep 2008 17:32:28 +0000
changeset 162 8ee23f825ba8
parent 109 620f9b141567
permissions -rwxr-xr-x
Swap field value and "required" columns to make more columns for field errors.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass