thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 30 Jul 2009 09:43:15 +0200
changeset 2687 1e2bcc7f6d3a
parent 109 620f9b141567
permissions -rwxr-xr-x
Added getProjectSurveyInfoForProject to list_info helper.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass