On Jul 9, 9:24 am, malkarouri <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> I would like to try TG for a non-database application, and I have no
> previous experience with CP or any of the other components. Is there
> any simple introduction which does not depend on developing a database
> model some where? I am fairly comfortable with python, and I would
> appreciate any pointers, hints or suggestions.

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

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.

HTH,
/venkat

>
> Regards,
>
> Muhammad Alkarouri


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