πŸ“Š Django
Q. Which function is used to redirect to another URL in Django?
  • (A) send()
  • (B) redirect()
  • (C) navigate()
  • (D) url_return()
πŸ’¬ Discuss
βœ… Correct Answer: (B) redirect()

Explanation: The `redirect()` function is used to redirect users to another URL.

Explanation by: Mr. Dubey
The `redirect()` function is used to redirect users to another URL.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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