diff options
Diffstat (limited to 'docs/getting_started/scaffolds.rst')
| -rw-r--r-- | docs/getting_started/scaffolds.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/getting_started/scaffolds.rst b/docs/getting_started/scaffolds.rst index 437291089..af26ab6d6 100644 --- a/docs/getting_started/scaffolds.rst +++ b/docs/getting_started/scaffolds.rst @@ -1,3 +1,10 @@ ==================================== Starting New Projects With Scaffolds -====================================
\ No newline at end of file +==================================== + +Pyramid projects are organized using normal Python facilities for +projects. Normal, though, is in the eye of the beholder. This chapter +shows how to use scaffolds to automate the boilerplate and quickly +start development of a new project. + +Topics: scaffolds, packaging, virtual environments |
