diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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 <http://www.djangobook.com/>`_ . 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. |
