Kevin, Is ticket #77 (the SQLObject classes) must be defined in model.py?
http://trac.turbogears.org/turbogears/ticket/77 I started my project in a similar situation. I imported my SQLObjects into model.py and it did not work. I ended up, pasting all of my objects into model.py. This gets ugly as your model gets complicated (many SQLObjects). This is not a .9 issue. It would be nice for 1.0. If it is not possible to look for SQLObjects imported into model.py, maybe a model package could be used under the main project dir, and all SQLObjects in that package could be "viewed" by tg-admin. tg-admin sql features are great, and worth putting all SQLObject's in model.py. Thanks again for your efforts in TurboGears. It is a pleasure to develop in this framework. Happy Coding, Mike

