πŸ“Š Django
Q. Which tag is used to load a custom template tag file?
  • (A) {% tag 'filename' %}
  • (B) {% load filename %}
  • (C) {% import filename %}
  • (D) {% use filename %}
πŸ’¬ Discuss
βœ… Correct Answer: (B) {% load filename %}

Explanation: The load tag is used to import custom template tag libraries.

Explanation by: Mr. Dubey
The load tag is used to import custom template tag libraries.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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