Cool app work in Boston: photos, words, and more

2006-05-23 Thread antrod
Hey everybody-- We're looking for a superstar hacker who wants to come to Cambridge MA to work with us on the recently launched tabblo.com, built on django, Python, and the LAMP stack. Tabblo is a tool for telling stories with your pictures and in your own words. Think of it like what you get wh

ORM funkiness when doing Many2Many to intermediary table with the same source table twice

2005-10-20 Thread antrod
If I've got a Many2Many relationship implemented via an intermediary table (a la http://www.djangoproject.com/documentation/models/m2m_intermediary/) but in the intermediary table I point back to the same table twice, does django's ORM not support this? Example: table Node, intermediary table Rel

synthetic request objects for unittesting

2005-11-26 Thread antrod
Hi all, I was thinking about writing some unit tests for my views and I realized that this would be much helped by being able to get a synthetic request object in the mix that would let me: a) pass in some parameters b) buffer up the response for testing Is there some "utils" way to do this. A