1
0
mirror of https://github.com/django/django.git synced 2025-10-18 11:19:11 +00:00
2007-02-13 16:15:10 +00:00

11 lines
159 B
Python

# Fake views for testing url reverse lookup
def index(request):
pass
def client(request, id):
pass
def client_action(request, id, action):
pass