Q. What does the `reverse()` function in Django do?
β
Correct Answer: (C)
Return a URL path by its view name
Explanation: `reverse()` returns the URL of a view by using its name.