From f1c979a81fa9d1994cb469417808ccacb691a18d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Jul 2008 07:52:28 +0000 Subject: --- docs/narr/introduction.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index c77b8053e..e21c24750 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -62,5 +62,12 @@ happens to be true for :mod:`repoze.bfg`:: framework - that is, "model", "template", and "view." That breakdown makes much more sense. +:mod:`repoze.bfg` 's skeleton code generator generates a directory +layout very simliar to the directory layout suggested by the `Django +Book `_ . Additionally, as suggested +above, the concepts of :term:`view`, :term:`model` and +:term:`template` are used by :module:`repoze.bfg` as they would be by +Django. + To learn more about the concepts used by :mod:`repoze.bfg`, visit the :ref:`glossary` for a listing of definitions. -- cgit v1.2.3