πŸ“Š Django
Q. Which of the following is used for defining custom template filters?
  • (A) custom_filters.py
  • (B) views.py
  • (C) templatetags module
  • (D) models.py
πŸ’¬ Discuss
βœ… Correct Answer: (C) templatetags module

Explanation: Custom filters are defined inside a `templatetags` directory/module.

Explanation by: Mr. Dubey
Custom filters are defined inside a `templatetags` directory/module.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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