thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 18:36:16 +0200
changeset 2648 c6d1c9ccef4a
parent 109 620f9b141567
permissions -rwxr-xr-x
Added button to the GradingRecords overview to send mail when updating projects. Note that this will mail all the projects for which a record is available.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass