πŸ“Š Django
Q. Which file should contain custom template tags?
  • (A) tags.py
  • (B) custom_tags.py
  • (C) templatetags/*.py
  • (D) mytags.py
πŸ’¬ Discuss
βœ… Correct Answer: (C) templatetags/*.py

Explanation: Custom tags go into a `templatetags` directory with `__init__.py`.

Explanation by: Mr. Dubey
Custom tags go into a `templatetags` directory with `__init__.py`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
54
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate