thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 00:45:30 +0000
changeset 224 35bf48c27eb6
parent 109 620f9b141567
permissions -rwxr-xr-x
Hide PolyModel inheritance_line bookkeeping property from the User Profile form.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass