πŸ“Š Django
Q. Which decorator is used with function-based views to allow only staff users?
  • (A) staff_required
  • (B) staff_only
  • (C) user_passes_test
  • (D) admin_required
πŸ’¬ Discuss
βœ… Correct Answer: (C) user_passes_test

Explanation: user_passes_test can be used to create custom decorators like allowing only staff users.

Explanation by: Rakesh Yadav
user_passes_test can be used to create custom decorators like allowing only staff users.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
72
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
82%
Success Rate