How to get two random records with Django
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.
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.