What are the roles of receiver and sender in signals?



What are the roles of receiver and sender in signals?..

Answer / Mrinal Kaushick

In Django's Signals system, a sender is an object that emits (or sends) a signal. A receiver is an object that listens for and handles a particular signal. The receiver's method is called when the corresponding signal is sent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

How are modules used in a python program ?

1 Answers  


Can django replace javascript?

1 Answers  


Explain how you can set up the database in django.

1 Answers  


What are population websites built on django ?

1 Answers  


What is numpy and how is it better than a list in python ?

1 Answers  


How will you check in a string that all characters are in uppercase ?

1 Answers  


What is the lambda operator ?

1 Answers  


Is django easy to learn?

1 Answers  


What is slug in django?

1 Answers  


Does instagram still use django?

1 Answers  


Does django need a database?

1 Answers  


Why django is used in python?

1 Answers  


Categories