πŸ“Š Django
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

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