thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 20:38:27 +0000
changeset 563 4a8565ce48c6
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed redirects to work consistently Revision 1133 broke 'Edit Site Settings' by relying on the fact that the url for create pages is '<entity>/create', which it is not for 'Edit Site Settings'.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass