Q. Which command shows all defined routes in Django?
β
Correct Answer: (D)
python manage.py show_urls
Explanation: `show_urls` is a custom command often used via third-party packages like `django-extensions`.