using render_response from __before__ in controller

2007-03-07 Thread chris e
In my web app I have a need to verify that there is an authenticated user with appropriate privileges before displaying any page in the app. If there is not an authenticated user, then I need to display an appropriate warninginsufficient privileges page. Currently the way I have implemented this

www.OutpatientSurgicare.com/video/

2007-03-07 Thread [EMAIL PROTECTED]
www.OutpatientSurgicare.com/video/ Outpatient Doctors Surgery Center is committed to offering the healthcare the community needs. We offer patients a meaningful alternative to traditional surgery. This state-of-the-art outpatient surgery center, located in the heart of Orange County, at 10900 Warn

[Routes] question to route mapping

2007-03-07 Thread Markus Kolb
Hi, is there any shorter solution for mapping routes with optional variables in the middle of the url. So if controller and action is missed in url, both should be set to default and controller should not become the sc:sc part. I use the following at the moment but the routes would become quite

redirect loop when calling mounted pylons application

2007-03-07 Thread Ksenia
Hi list, I have two very simple test applications: myapp1 and myapp2. I am trying to "mount" myapp2 in development.ini of myapp1. I ended up with this configuration: [DEFAULT] debug = true email_to = [EMAIL PROTECTED] smtp_server = localhost error_email_from = [EMAIL PROTECTED] [server:main] us

Re: Deploying a Pylons project (Debian et al)

2007-03-07 Thread Christoph Haas
Shannon, On Wednesday 07 March 2007 22:22, Shannon -jj Behrens wrote: > The .ini file is site-specific. Just like Debian admins have to > modify Apache configs, they also have to create and modify .ini's. Okay, I think I understood that now. Seems like Paste has much more functionality that is

Re: Deploying a Pylons project (Debian et al)

2007-03-07 Thread Shannon -jj Behrens
On 3/7/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > Hi, list... > > This thread is connected to the "Deploying Pylons applications as Debian > packages just that I would like to suspend discussing whether the Debian > package management system or easy_install is better for the moment. :) I'm >

Re: Run Pylons app in https:// with client certificate required

2007-03-07 Thread Shannon -jj Behrens
On 3/7/07, Ben Bangert <[EMAIL PROTECTED]> wrote: > > On Mar 7, 2007, at 8:00 AM, John_Nowlan wrote: > > > Running over https is a requirement we have as well. I'd be curious > > to know what people do / have done. > > > > Anyone know if https can run using a reverse proxy? I admit my > > complete

Re: [Paste] Can you help me understant Web Development?

2007-03-07 Thread Mike Orr
Sorry, that was meant for the paste-users list. -- Mike Orr <[EMAIL PROTECTED]> --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegrou

Re: [Paste] Can you help me understant Web Development?

2007-03-07 Thread Mike Orr
On 3/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This might be a stupid idea... but I might be willing to work with someone > who understands Python web development to work on a better intro tutorial. > The current tutorials are rather cryptic and hard to understand, as they > assume

Re: Run Pylons app in https:// with client certificate required

2007-03-07 Thread Ben Bangert
On Mar 7, 2007, at 8:00 AM, John_Nowlan wrote: > Running over https is a requirement we have as well. I'd be curious > to know what people do / have done. > > Anyone know if https can run using a reverse proxy? I admit my > complete ignorance. Absolutely. Put Apache or another SSL capable se

Re: Deploying a Pylons project (Debian et al)

2007-03-07 Thread Mark Ramm
> > P.S.: /me wonders if TurboGears has better/clearer deployment mechanisms. > > That's worth looking into. Let us know if there are any ideas we can steal. Unfortunately we are pretty much in the same boat with deployment. The system is better documented, but there is a nifty cgi hack document

Re: Deploying a Pylons project (Debian et al)

2007-03-07 Thread Mike Orr
On 3/7/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > Hi, list... > > This thread is connected to the "Deploying Pylons applications as Debian > packages just that I would like to suspend discussing whether the Debian > package management system or easy_install is better for the moment. :) I'm

Re: Deploying a Pylons project (Debian et al)

2007-03-07 Thread Mike Orr
On 3/7/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > I just tried "paster make-config --no-install helloworld production.ini" > but that got an exception "Some #directives are missing their corresponding > #end ___ tag: cache". I think the template is broken somehow. That's the same problem as

Deploying a Pylons project (Debian et al)

2007-03-07 Thread Christoph Haas
Hi, list... This thread is connected to the "Deploying Pylons applications as Debian packages just that I would like to suspend discussing whether the Debian package management system or easy_install is better for the moment. :) I'm trying to provide an easy way to deploy Pylons projects as De

RE: Run Pylons app in https:// with client certificate required

2007-03-07 Thread John_Nowlan
Running over https is a requirement we have as well. I'd be curious to know what people do / have done. Anyone know if https can run using a reverse proxy? I admit my complete ignorance. Reading Marc Hedlunds http://radar.oreilly.com/archives/2007/03/pycon_a_hiring.html [03.01.07 05:17 PM]