> This that you only have ONE application, i.e., only one RootController and > that one will import, e.g., two or three other modules that are your complete > applications. > > They can have interdependence and share your master.kid / master.html / master > template or they can be completely independent. It is all up to how you > design it.
I agree this is a viable solution but will each separate module have its own database or will there be just one database for all the sub- applications in the ONE TurboGears application? > But you might consider running Apache / nginx / lighttpd / whatever at port 80 > and dispatching to several apps using TG that are accessible only to / from > localhost. I have been looking into using Apache with TurboGears so each user can run their own TG application using the http://server/~userdir directive. Are there any tutorials that you can point me to that might be helpful? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

