thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 15:57:02 +0000
changeset 1429 cfa0c3f2dc19
parent 109 620f9b141567
permissions -rwxr-xr-x
Update seed_db as WTFPL is no longer an allowed license Patch by: Sverre Rabbelier

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass