Alex Martelli wrote:
>
> Thanks for snipping all the actual helpful stuff I posted, it makes SO
> much easier for me to be snide!
>
> You can find a few examples of me demonstrating the subject of your
> interest by searching for my name e.g. on video.google.com; searching
> for my name on Amazon w
>
> First off, don't attempt to start a new thread by replying to a previous
> one. Many newsreaders will merge the two, confusing the hell out of
> everyone and generally not helping.
>
Ahh, yes. I see what you mean. Explains why it didn't appear the first
time I posted (until later..).
So
Kind and wise fellows,
I've got a web application with the following structure:
1) module of 100 functions corresponding to user actions (e.g.
"update_profile()", "organisations_list()")
2) a wsgi callable which maps urls to functions eg
/organisations/list/?sort=date_created is mapped to
orga
Hello
I've got a web application with the following structure:
1) module of 100 functions corresponding to user actions (e.g.
"update_profile()", "organisations_list()")
2) a wsgi callable which maps urls to functions eg
/organisations/list/?sort=date_created is mapped to
organisations_list("date