On 3/22/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > And, yes, it's very easy. If you don't use a database, you don't need > one. You have to explicitly configure and use a database system, so > you really can pull your data from anywhere.
To expand on Kevin's answer: Turbogears mostly revolves around getting a python dict full of data into your template for rendering to the client browser. A database is a convenient way to make this happen, but is obviously not the only way. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

