On Jul 9, 7:47 pm, venkatbo <[EMAIL PROTECTED]> wrote: > > It is perfectly possible to build a non-db based web-app > with TG. You can create a quick-start (shell) app and just > disable: > . db-specific cfg entries, and > . any calls to db-specific logic during startup >
Thanks a lot. Do these calls to db-specific logic reside in controllers.py, or is there anywhere else I should look into? > However, some db-specific modules may get shipped during > install/setup of your apps/TG - but there may be a way out > of that. Also, if you wish to create a TG-based app in a cross- > compile env, you'd need to create special build-tool versions > of python and setuptools by modifying their sources. These > special versions of python and setuptools need not be installed > on your target system, but would be required to build TG/your-app > in a cross-compile env. > Appreciated. For the time being, I don't think I will worry about carrying additional modules. Regards, Muhammad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

