I have a turbogears build information site. It has some basic views related to my builds. I alaso have an automated build script that populates the SQL db via the same model file as my turbogears project uses.
If I launch turbogears in dev mode leaving the web server running and then attempt to add a build into my db via the external python script, the external script will be blocked by the turbogears installation. Nothing will happen until I kill the python process serving my turbogears site. I know I'm missing something, but I'm just not sure what. Anyone have any ideas?

