Hi,

Hum, even before I know the tgbig template I break the controllers.py
module on a package controllers/ with many methods inside it :D, I like
this approach.

Another thing I like is to break the model.py in a package too, I have
a big project with many sqlobject classes and I think is more readable
to me. But when I break model.py apart I can't use the tg-admin sql
create tool. I have the same problem with sqlobject-admin tool. Does
anyone use this approach and know how to find the classes when you have
a structure like the above:

model/
   __init__.py
   office.py
   user.py
   anotherclasses.py

Each of the modules have many classes and the __init__ method loads all
the classes.
Thanks for help, regards!


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to