Re: New Functionality: built-in Message Passing

2009-03-05 Thread Shai Berger
Hi Joshua. Just a quick thought: On Thursday 05 March 2009, Joshua K wrote: > > [...] include information in models.py about the transport, such as: > > send_with_exchange = "pubsub" > send_with_topic = "finances" > The trend in django seems to be to separate such information from the models

Re: New Functionality: built-in Message Passing

2009-03-05 Thread Justin Lilly
It seems as though you're looking for django-qpid-messaging on google code or github. Luckily for you, that name isn't taken!* In all seriousness, however, this functionality seems to be better served in a separate (reusable) app. You can take inspiration from the greater reusable community (Djan

New Functionality: built-in Message Passing

2009-03-05 Thread Joshua K
Hello Everyone, I have some ideas for some features I'd like to implement in Django, and wanted to bounce them off of everybody. I am building a site for which I'll eventually charge users for data and membership fees: http://www.bankhealthmonitor.com However... even though my site is bolted d