Archive for October 28th, 2009

28Oct

Django Signals: The Rules

Posted by Elf Sternberg as django

I use Django signals a lot in my professional work, mostly to create specialized tables that track events in the ecosystem of social networking sites that I build.  For example, if I make a post on a social networking site, that causes an event that creates a signal.  That signal will be heard by, for [...]


Recent Comments