diff options
Diffstat (limited to 'docs/tutorials/lxmlgraph/step01/myapp/configure.zcml')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step01/myapp/configure.zcml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml b/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml new file mode 100644 index 000000000..b139396fa --- /dev/null +++ b/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml @@ -0,0 +1,13 @@ +<configure xmlns="http://namespaces.zope.org/zope" + xmlns:bfg="http://namespaces.repoze.org/bfg"> + + <!-- this must be included for the view declarations to work --> + <include package="repoze.bfg" /> + + <!-- the default view for a MyModel --> + <bfg:view + for=".models.IMyModel" + view=".views.my_hello_view" + /> + +</configure> |
