On Tuesday 10 January 2006 10:45, Kevin Dangoor wrote: > These changes don't affect any existing TurboGears projects. > > New quickstarted projects now have Python-based config files > (devcfg.py and prodcfg.py). Additionally, there is a new "config.py" > module in the quickstarted project's package. > > I've also added a README.txt file to avoid a warning message and > changed the name of the start script to start-<project>.py.
Perhaps the start script name could be changed to start_<project>.py so the script name doesn't have to be changed when/if it is embedded in a Python script.

