From 05c806e7b90f31d3cb8a36e65a81621fe3279aa9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 01:59:33 -0500 Subject: explain terminological and envvar differences from BFG --- docs/tutorials/bfg/index.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfg/index.rst b/docs/tutorials/bfg/index.rst index 7e6c97c2f..3c0b3bf01 100644 --- a/docs/tutorials/bfg/index.rst +++ b/docs/tutorials/bfg/index.rst @@ -190,4 +190,11 @@ Here's how to convert a :mod:`repoze.bfg` application to a #. Start using the converted version of your application. Celebrate. - +Two terminological changes have been made to Pyramid which make its +documentation and newer APIs different than those of ``repoze.bfg``. The +concept that BFG called ``model`` is called ``resource`` in Pyramid and the +concept that BFG called ``resource`` is called ``asset`` in Pyramid. Various +APIs have changed as a result (although all have backwards compatible shims). +Additionally, the environment variables that influenced server behavior which +used to be prefixed with ``BFG_`` (such as ``BFG_DEBUG_NOTFOUND``) must now +be prefixed with ``PYRAMID_``. -- cgit v1.2.3