Hey there

I was wondering what the situation with multiple applications is?

For example, my work is gaining a suite of TG-powered in-house apps, 
which look a bit like this (from memory so won't be perfect):

# /myapp/controllers.py

import app1

class Root(controller):
        
        app1 = app1.Root()

# /myapp/app1/controllers.py

class Root(controller):
        """ etc... """

You get what I mean. However, each app (should) have its own database 
(and therefore a different DB URI), as well as its own models and such. 
The upshot of all this is tg-admin just doesn't work at all, and it's a 
pain having to symlink model.py all the time so the tg-admin sql 
commands work. Am I going about this the wrong way, and is there another 
way I should so it? Or does TG not support this?

Thanks :-)

-Rob

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to