thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 12:57:12 +0200
changeset 2825 e57a661a174d
parent 109 620f9b141567
permissions -rwxr-xr-x
Added method to send out mail about a Task update. Reviewed by: Lennard de Rijk

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass