On Thu, Jul 9, 2009 at 3:30 PM, Javier Guerra<[email protected]> wrote: > maybe is it possible to use signals like this? i haven't checked the > source, but it seems plausible to have them dispatched _after_ the > request is serviced.
no, it doesn't work like that. also, it seems that a custom middleware wouldn't work, given the way the WSGIHandler() is written (the last thing it does is to return the response content). go the message queue way. -- Javier --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

