py web-app-frameworks without a rdbms...

Fredrik Lundh fredrik at pythonware.com
Wed Mar 22 04:13:35 EST 2006


venkatbo at yahoo.com wrote:

> Of TurboGers & Django WAF candidates, which one would be easier to use
> in an environment where the data/content doesn't come an RDBMS, but
> from other server-side apps...

Django is trivial to use for this (but you still want to use a DB together
with the built-in admin interface for basic configuration stuff; sqlite may
be good enough...)

I haven't used TG myself, but it's probably just as easy.

just pick a stable release of either one and get to work.

</F>






More information about the Python-list mailing list