thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 28 Feb 2009 21:25:23 +0000
changeset 1568 cdbe6e86506c
parent 109 620f9b141567
permissions -rwxr-xr-x
StudentProposal content is now a TextProperty. This is necessary to allow more then 500 bytes of content. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass