dudeDad schrieb:
> Well..... I finally got it to show me the "initial data".
> 
> Basically, I had to reload the application.  I did this by stopping
> the terminal window whence I first issued the  "paster serve
> development.ini"  command.   I then reissued the same command (paster
> serve development.ini )  and refreshed my browser and the "initial
> data" was visable.
> 
> Therefore the tutorial doc should not say:

Or you simply follow the instructions given on page one of the tutorial:

"""
Starting the server¶

The file development.ini that paster has written to your root directory 
contains a default setup, including connection to an sqlite file 
database. You’re free to change your settings to use another database, 
host url, etc. - edit as you please.

paster provides a simple mechanism for running a TurboGears project. 
 From inside the Wiki-20 directory, the root directory of your project, 
run the command:

$ paster serve --reload development.ini

The --reload flag means that changes that you make in the project will 
automatically cause the server to restart itself, loading the changes. 
This way you immediately see updated results.
"""

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to