πŸ“Š Django
Q. Which command shows all defined routes in Django?
  • (A) python manage.py showroutes
  • (B) python manage.py urls
  • (C) python manage.py showurls
  • (D) python manage.py show_urls
πŸ’¬ Discuss
βœ… Correct Answer: (D) python manage.py show_urls

Explanation: `show_urls` is a custom command often used via third-party packages like `django-extensions`.

Explanation by: Mr. Dubey
`show_urls` is a custom command often used via third-party packages like `django-extensions`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
55
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate