Max Ischenko Thu, 19 Jan 2006 07:43:42 -0800
For my db init script I use the following: from turbogears.config import update_config update_config(configfile='devcfg.py', modulename='PROJECTNAME.config')
from PROJECTNAME.model import *