thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 19 Jun 2009 16:13:32 +0200
changeset 2413 d0b7dac5325c
parent 109 620f9b141567
permissions -rwxr-xr-x
Update GAE to 1.2.3 in thirdparty folder.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass