Google News
logo
Django - Interview Questions
What are the roles of receiver and sender in signals?
The roles of receiver and sender in signals are:
 
Receiver : It specifies the callback function which will be connected to the signal.
Sender : It specifies a particular sender to receive a signal from.
Advertisement