In Django, what is a signal used for?
To perform asynchronous database backups
To handle URL routing
To allow certain actions (like save, delete) to trigger custom behavior elsewhere in the code
To render serializers automatically
This question is part of this quiz :
Python | Django | Advanced Features