using django's newforms

2007-11-26 Thread Max Ischenko
Hello guys, It turns out one can easily use django's newforms library in a Pylons app. Anyone interested? http://maxischenko.in.ua/blog/entries/130/using-djangonewforms-with-pylons/ -- Max http://maxischenko.in.ua // http://www.linkedin.com/in/maksim

Re: Routes user survey

2007-11-26 Thread Mike Orr
I've suspended my changes in light of Ben's new API, which is now partly implemented. I don't understand what exactly minimization means, and how eliminating it changes Routes. Section 3.1 of the manual says: 1 m.connect(':controller/:action/:id', action='view', id=4) 2 3 # Will match all of

Re: Concurrent Request Problem (really, a documentation problem!)

2007-11-26 Thread zunzun
On Nov 26, 6:01 pm, David Snopek [EMAIL PROTECTED] wrote: I have found the culprit! It was in my code, but to my credit, I copied it exactly from the documentation. http://wiki.pylonshq.com/display/pysbook/Authentication+and+Authoriza... Very nice detective work. James

Re: using django's newforms

2007-11-26 Thread Max Ischenko
Hello Matt, On 11/26/07, Matt Feifarek [EMAIL PROTECTED] wrote: On Nov 26, 2007 11:20 AM, Max Ischenko [EMAIL PROTECTED] wrote: It turns out one can easily use django's newforms library in a Pylons app. Anyone interested? I'm interested. What does it offer that the current recommended