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

2006-03-26 Thread Michael Goettsche
On Wednesday 22 March 2006 02:06, [EMAIL PROTECTED] wrote: Hi folks, 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... If these are not good candidates, could you suggest

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

2006-03-22 Thread Anand
Try web.py. Very simple and powerful web framework. http://webpy.org -anand -- http://mail.python.org/mailman/listinfo/python-list

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

2006-03-22 Thread Fredrik Lundh
[EMAIL PROTECTED] 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

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

2006-03-22 Thread bruno at modulix
[EMAIL PROTECTED] wrote: Hi folks, 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... IMHO, both. If these are not good candidates, could you suggest appropriate ones...

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

2006-03-21 Thread venkatbo
Hi folks, 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... If these are not good candidates, could you suggest appropriate ones... TIA, /venkat --

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

2006-03-21 Thread limodou
On 21 Mar 2006 17:06:12 -0800, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi folks, 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... If these are not good candidates, could

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

2006-03-21 Thread CatDude
If you don't want to use RDBMS, I think Karrigell is better. Many features of Django and TurboGears relate to database. I've just begun looking at it, but I've also been impressed with Myghty. -- http://mail.python.org/mailman/listinfo/python-list