thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 11 Jul 2009 13:56:55 +0200
changeset 2588 db306bbda381
parent 109 620f9b141567
permissions -rwxr-xr-x
Indention fixes and adding "reference_class=" in ReferenceProperty params.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass