πŸ“Š Django
Q. What does the `@receiver` decorator do in Django?
  • (A) Sends email
  • (B) Receives user input
  • (C) Registers a signal handler
  • (D) Validates the view
πŸ’¬ Discuss
βœ… Correct Answer: (C) Registers a signal handler

Explanation: `@receiver` is used to register a function as a signal handler.

Explanation by: Mr. Dubey
`@receiver` is used to register a function as a signal handler.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
72
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate