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 |
How are modules used in a python program ?
Can django replace javascript?
Explain how you can set up the database in django.
What are population websites built on django ?
What is numpy and how is it better than a list in python ?
How will you check in a string that all characters are in uppercase ?
What is the lambda operator ?
Is django easy to learn?
What is slug in django?
Does instagram still use django?
Does django need a database?
Why django is used in python?