[Repoze-dev] problem with routes and model_url

2009-06-03 Thread Stephan Altmueller
Hi It seems that model_url does not work correctly with routes that do not contain dynamic parts. This worked in 0.7.x but not 0.8 and 0.9. Could someone tell if/what I am doing wrong. Here is my routes definition in configure.zcml: route path=buckets

Re: [Repoze-dev] problem with routes and model_url

2009-06-03 Thread Stephan Altmueller
to your example and root_view is a copy of my_view from your previous email. When I add the root route the routes, I get either / or /buckets for both routes depending on their order configure.zcml. Thank you. -- Stephan Chris McDonough wrote: On 6/3/09 10:29 AM, Stephan Altmueller wrote

Re: [Repoze-dev] unifying url dispatch and traversal

2009-06-08 Thread Stephan Altmueller
I have solely focused on a routes-based app, so I don't know how much changes are involved when using traversal. But the proposed changes really clean up that part of the API. IMHO the needed changes are mostly superficial in that one has to change the signature of functions and maybe some ZCML.

Re: [Repoze-dev] repoze.bfg nginx mod_wsgi

2009-07-01 Thread Stephan Altmueller
Hi Nathan, We use nginx as our main (and only) web front-end, so I had the same question. I have looked into mod_wsgi and found these two blog posts (not directly answering your question though) http://tomster.org/blog/nginx-mod-wsgi-python2.4