Chris McDonough
2010-12-27 5f0398b63c9f01a4a6ad0664e117b508f9e89ade
wording
1 files modified
5 ■■■■■ changed files
docs/narr/extending.rst 5 ●●●●● patch | view | raw | blame | history
docs/narr/extending.rst
@@ -99,8 +99,9 @@
       config.add_view('myapp.views.view2', name='view2')
Doing this allows an integrator to maximally reuse the configuration
statements that relate to your application by selectively including or
disincluding the configuration functions you've created from another package.
statements that relate to your application by allowing him to selectively
include or disinclude the configuration functions you've created from an
"override package".
Alternately, you can use :term:`ZCML` for the purpose of making configuration
extensible and overrideable. :term:`ZCML` declarations that belong to an