Mike wrote:
I think it's a bug, then - my tables were not being created automatically, and a "tg-admin sql create" failed until I added that line to the sqlobject.txt file.
More likely, I'm continuing to miscommunicate (baby's have that effect). The tables should be created when you launch your application via python project-start.py. The "tg-admin sql create" step will create only YOUR model classes.

