Q. Which function is used to redirect to another URL in Django?
β
Correct Answer: (B)
redirect()
Explanation: The `redirect()` function is used to redirect users to another URL.