Q. Which Django command is used to list all registered URLs?
β
Correct Answer: (D)
Django does not provide this by default
Explanation: Django does not include a default command to list URLs; third-party packages are used.