summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/configure.zcml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/MyProject/myproject/configure.zcml')
-rw-r--r--docs/narr/MyProject/myproject/configure.zcml16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/narr/MyProject/myproject/configure.zcml b/docs/narr/MyProject/myproject/configure.zcml
deleted file mode 100644
index 1d0b3e61c..000000000
--- a/docs/narr/MyProject/myproject/configure.zcml
+++ /dev/null
@@ -1,16 +0,0 @@
-<configure xmlns="http://pylonshq.com/pyramid">
-
- <include package="pyramid.includes" />
-
- <view
- context=".models.MyModel"
- view=".views.my_view"
- renderer="templates/mytemplate.pt"
- />
-
- <static
- name="static"
- path="templates/static"
- />
-
-</configure>