On 6/8/07, Tarek <[EMAIL PROTECTED]> wrote:
> I've seen through Google that Django used to have an event framework
> (http://code.djangoproject.com/ticket/421).
> But it seems deprecated.
>
> What should I use now ? Is there any event framework avalaible
> anymore ?
>
> If yes, is there somewhere a list of triggered events through the
> whome Django framework ?
>
> My use case is to add listeners to database changes
>

I believe you want to use signals.  See
http://code.djangoproject.com/wiki/Signals.

Cheers,
deryck

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to