summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 3f9b7d09a..7f8bcec35 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -24,7 +24,10 @@ developer rather than the application developer. :mod:`repoze.bfg`
developers use :term:`ZCML` (an XML dialect) to perform various
configuration tasks; in particular, as in Zope3, one more more
:term:`view` functions is associated with a :term:`model` type via
-ZCML.
+ZCML. It is also possible to configure :mod:`repoze.bfg` views
+without :term:`ZCML` (instead configuration is done inside Python
+decorators) by using an add-on package named
+:term:`repoze.bfg.convention`.
Like Pylons, :mod:`repoze.bfg` is mostly policy-free. It makes no
assertions about which database you should use, and its built-in