the changes take place only after killing and restarting the local 
application server.
i thought that the changes are active immeditely. there is no mentioning 
about restarting the server application to view the changes. in the wiki 
video the fact that the changes are taking place immediately is 
underscored as a tg advantage.

on the page: http://www.turbogears.org/2.0/docs/main/Wiki20/wiki20.html
it shows the usage of paster command to start the application server 
with --reload development.ini


on mine i get:
$ paster serve --relaod development.ini
Usage: /path/tg2env/bin/paster serve [options] CONFIG_FILE 
[start|stop|restart|status] [var=value]
Serve the described application

/path//tg2env/bin/paster serve: error: no such option: --relaod

and paster -h doesn't include --reload either....


thanks...



kalin m wrote:
> hi all..
>
> i posted earlier but never saw or got my post. so here is again...
>
> i have installed tg2 and following the docs instructions but no matter 
> how i edit the root.py nothing really happens. i even commented:
>
>    # @expose('one.templates.index')
>    # def index(self):
>    #     return dict(page='index')
>
>
> and the index.html still works until it's removed from
> the templates directory. it appears the root.py doesn't really matter. 
> even if i remove both root.py and root.pyc i still get the index page...
>
> why is that?
>
> and also where are the logs for this server or application?
>
>
> thanks...
>
>
> >
>   

--~--~---------~--~----~------------~-------~--~----~
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