My preference would be to create a signals.py file in the application and 
put your signal there, for maximum accessibly and ease of location.  
Signals, despite the appearance, are not asynchronous, and one of the 
criticisms of usage is that its easy to forget *where* they're applied and 
defined when figuring out odd behavior.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to