django-ztask

2011-04-14 Thread David Martorana
Just wanted to announce a new, ultra-simple and fast message queue for Django built on top of ZeroMQ, called django-ztask. We're using it internally in production, but we would love feedback from the community! https://github.com/dmgctrl/django-ztask Thanks! Dave -- You received this message

Re: DRY up your Django templates with Showell Markup

2009-12-05 Thread David Martorana
I wrote this rather quickly. It allows you to put a template.showell file in each app folder, and will render the templates on demand if you call "render_showell_to_response(...)". It'll check the last modification time of the .showell files, and re-renders them if they've changed, allowing you

Re: DRY up your Django templates with Showell Markup

2009-12-04 Thread David Martorana
I don't want to jump on something too quickly, being somewhat unproven, but it's a nice thing to have with GHRML being dead and HAML being Ruby only. I'll keep an eye on this! What plans do you have for future improvement? Dave On Nov 27, 1:08 pm, Steve Howell wrote: > I