In Django, How can i select n random objects in no particular order out of a queryset (already pulled out from the database) of say m objects (ofcourse m>n)?
There can be many ways but is there a django specific way for this?
In Django, How can i select n random objects in no particular order out of a queryset (already pulled out from the database) of say m objects (ofcourse m>n)?
There can be many ways but is there a django specific way for this?