diff options
Diffstat (limited to 'docs/narr/myproject')
| -rw-r--r-- | docs/narr/myproject/myproject/configure.zcml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/narr/myproject/myproject/configure.zcml b/docs/narr/myproject/myproject/configure.zcml index 174b27354..6cd692784 100644 --- a/docs/narr/myproject/myproject/configure.zcml +++ b/docs/narr/myproject/myproject/configure.zcml @@ -2,9 +2,13 @@ xmlns:bfg="http://namespaces.repoze.org/bfg" i18n_domain="repoze.bfg"> - <!-- this must be included for the view declarations to work --> + <!-- this directive must be included for the view declarations to work --> <include package="repoze.bfg" /> + <!-- this directive indicates that changes to templates should show up + immediately --> + <bfg:settings reload_templates="true"/> + <bfg:view for=".models.IMyModel" view=".views.my_view" |
