Hi

I want to implement some custom caching stuff, so I want to capture
_all_ post_save signals.

Where is the best place to call dispatcher.connect? Surely if I put it
in a model or a view or whatever somewhere it will only be called the
first time that module gets loaded?

Basically I'm asking if there is a place where I can put code that will
always run when a django process executes and before any save() methods
are called..

Le Roux


--~--~---------~--~----~------------~-------~--~----~
 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