Django

Code

Ticket #2606: views.py

File views.py, 159 bytes (added by Ivan Sagalaev <Maniac@SoftwareManiacs.Org>, 3 years ago)

tests/regressiontests/templates/views.py

Line 
1 # Fake views for testing url reverse lookup
2
3 def index(request):
4     pass
5
6 def client(request, id):
7     pass
8
9 def client_action(request, id, action):
10     pass