Re: Parsing development.ini

2009-03-22 Thread Edel SM
hello, On Fri, Mar 20, 2009 at 4:07 AM, Roy H. Han starsareblueandfara...@gmail.com wrote: Is there a better way to parse development.ini besides using ConfigParser? i do it like this (when i want to get the value for sqlalchemy.url in development.ini): from pylons import config print

Re: CMS/CMF on top of Pylons

2009-03-22 Thread Raoul Snyman
2009/3/21 askel: If you need CMS why not use what was specifically designed that way? I believe people who seek out-of-box CMS should not look at Pylons because they dont need its power of not being a CMS. I agree with askel. I use Drupal as my CMS for sites that I work on. It may be PHP, but

Re: CMS/CMF on top of Pylons

2009-03-22 Thread AD.
On Mar 22, 10:29 pm, Raoul Snyman raoul.sny...@gmail.com wrote: I agree with askel. I use Drupal as my CMS for sites that I work on. It may be PHP, but it's extremely powerful and extensible. Besides, if you wanted something as powerful and extensible as Drupal, you'd probably want to write

Re: can multiple config files be read / or included ?

2009-03-22 Thread Jonathan Vanasco
oh nice! thanks! On Mar 21, 8:06 pm, Domen Kožar ielect...@gmail.com wrote: take a look at test.ini On Mar 20, 10:50 pm, Jonathan Vanasco jonat...@findmeon.com wrote: i've got quite a bit of stuff in my config files by now i'm wondering if there's a way to split it into multiple

Re: CMS/CMF on top of Pylons

2009-03-22 Thread Mike Orr
On Sun, Mar 22, 2009 at 5:29 AM, Raoul Snyman raoul.sny...@gmail.com wrote: You want a CMS? Use Drupal. You want to develop a web application? Use Pylons. Except that some applications may need a drop-in CMS for a section of the application. You can supposedly embed Plone as a WSGI

Re: CMS/CMF on top of Pylons

2009-03-22 Thread Wichert Akkerman
Previously Mike Orr wrote: On Sun, Mar 22, 2009 at 5:29 AM, Raoul Snyman raoul.sny...@gmail.com wrote: You want a CMS? Use Drupal. You want to develop a web application? Use Pylons. Except that some applications may need a drop-in CMS for a section of the application. You can

Re: CMS/CMF on top of Pylons

2009-03-22 Thread Wyatt Baldwin
On Mar 22, 2:29 am, Raoul Snyman raoul.sny...@gmail.com wrote: 2009/3/21 askel: If you need CMS why not use what was specifically designed that way? I believe people who seek out-of-box CMS should not look at Pylons because they dont need its power of not being a CMS. I agree with