Q. Which view decorator restricts access to logged-in users?
β
Correct Answer: (C)
@login_required
Explanation: `@login_required` allows only authenticated users to access the view.