On Jul 9, 6:24 pm, 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.
TG does not force you to use models & db in any way, provided you don't want to use TG's built-in auth systems etc. I suggest you evaluate pure CherryPy solution first and see if you miss something in it. I guess pure CherryPy and a templating system of your choice might do the trick. CP 3.x, which you don't get with TG, is a pretty good piece of software and AFAIK is much better deployable e.g. with mod_python. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

