Changeset 4626

Show
Ignore:
Timestamp:
05/31/08 02:59:37 (6 months ago)
Author:
chrismiles
Message:

Removed the project name from the "paster quickstart" command to match what the documentation is describing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/2.0/QuickStart.rst

    r4586 r4626  
    1616You can go to whatever directory you want and start a new turbogears 2 project by typing:: 
    1717 
    18   $ paster quickstart Helloworld 
     18  $ paster quickstart 
    1919 
    2020So 'paster quickstart' command will create a basic project directory for you to use to get started on your TurboGears 2 application. You'll be prompted for the name of the project (this is the pretty name that human beings would appreciate), and the name of the package (this is the less-pretty name that Python will like).