79514679

Date: 2025-03-17 13:14:01
Score: 0.5
Natty:
Report link

Calling functions from the template is not possible in Django normally, however this call templatetag provides this capability for any method you would like to evaluate. It is available in the dj-angles library and can be installed via pip install dj-angles.

{% call obj_customer.get_something(...) as something %}

{{ something }}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: adparadox