Re: Best approach to execute tasks inside django admin views

2012-03-29 Thread Marc Aymerich
On Thu, Mar 29, 2012 at 7:40 PM, Marc Aymerich wrote: > On Thu, Mar 29, 2012 at 6:28 PM, Marc Aymerich wrote: >> Hi guys, >> I have an application that execute some tasks after an object is >> modifyed through django admin interface. In order to do that I'm >> subscribed to django.contrib.admin.m

Re: Best approach to execute tasks inside django admin views

2012-03-29 Thread Marc Aymerich
On Thu, Mar 29, 2012 at 6:28 PM, Marc Aymerich wrote: > Hi guys, > I have an application that execute some tasks after an object is > modifyed through django admin interface. In order to do that I'm > subscribed to django.contrib.admin.models.EntryLog post_save signal > and for each signal I execu