Q. What does the `@receiver` decorator do in Django?
β
Correct Answer: (C)
Registers a signal handler
Explanation: `@receiver` is used to register a function as a signal handler.