Chris McDonough
2010-12-19 560fc32af458bd70c29d115706bb29639b7c03a5
less definitive article
1 files modified
12 ■■■■ changed files
docs/narr/project.rst 12 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -9,12 +9,12 @@
:term:`project`.
A project is a directory that contains at least one :term:`package`.  You'll
use the template to create a project, and you'll create your application
logic within a package that lives inside the project.  Even if your
application is extremely simple, it is useful to place code that drives the
application within a package, because a package is more easily extended with
new code.  An application that lives inside a package can also be distributed
more easily than one which does not live within a package.
use a template to create a project, and you'll create your application logic
within a package that lives inside the project.  Even if your application is
extremely simple, it is useful to place code that drives the application
within a package, because a package is more easily extended with new code.
An application that lives inside a package can also be distributed more
easily than one which does not live within a package.
:app:`Pyramid` comes with a variety of templates that you can use to generate
a project.  Each template makes different configuration assumptions about