Changeset 4626
- Timestamp:
- 05/31/08 02:59:37 (6 months ago)
- Files:
-
- trunk/docs/2.0/QuickStart.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/2.0/QuickStart.rst
r4586 r4626 16 16 You can go to whatever directory you want and start a new turbogears 2 project by typing:: 17 17 18 $ paster quickstart Helloworld18 $ paster quickstart 19 19 20 20 So '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).