thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 01 Oct 2008 19:15:20 +0000
changeset 247 4997b54b0400
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed typo in DEF_CREATE_NEW_DOC_MSG.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass