summaryrefslogtreecommitdiff
path: root/parts/django/tests/regressiontests/templates/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/tests/regressiontests/templates/views.py')
-rw-r--r--parts/django/tests/regressiontests/templates/views.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/parts/django/tests/regressiontests/templates/views.py b/parts/django/tests/regressiontests/templates/views.py
new file mode 100644
index 0000000..ca3cecd
--- /dev/null
+++ b/parts/django/tests/regressiontests/templates/views.py
@@ -0,0 +1,13 @@
+# Fake views for testing url reverse lookup
+
+def index(request):
+ pass
+
+def client(request, id):
+ pass
+
+def client_action(request, id, action):
+ pass
+
+def client2(request, tag):
+ pass