πŸ“Š Django
Q. What does the name argument in path() function specify?
  • (A) URL route
  • (B) App name
  • (C) Reverse URL name
  • (D) Project name
πŸ’¬ Discuss
βœ… Correct Answer: (C) Reverse URL name

Explanation: The name is used to reverse URL matching in templates and views.

Explanation by: Rakesh Yadav
The name is used to reverse URL matching in templates and views.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
79
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
80%
Success Rate