I m writing a simple templatetag that gets one item and call one of its methods to get and prepare some data. And I wonder where I should call it, in Node or in compiler? Thanks for advices!
How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.