Q. Which function is used to render templates in Django views?

  • (A) show_template()
  • (B) load()
  • (C) render()
  • (D) template_view()
πŸ’¬ Discuss
βœ… Correct Answer: (C) render()
Explanation: render() is the common function to render HTML templates in Django views.
Explanation by: Rakesh Yadav
render() is the common function to render HTML templates in Django views.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
80%
Success Rate