thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 26 Aug 2009 20:17:27 +0530
changeset 2805 dc6625df73bf
parent 109 620f9b141567
permissions -rwxr-xr-x
Added GHOPTaskSubscription model to keep track subscriptions for GHOPTasks.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass