Q. Which decorator is used with function-based views to allow only staff users?
β
Correct Answer: (C)
user_passes_test
Explanation: user_passes_test can be used to create custom decorators like allowing only staff users.