jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

Use Python random instead of order_by() #118

Closed jwjacobson closed 7 months ago

jwjacobson commented 8 months ago

It worked yesterday but now order_by("?") is returning nothing for results of 3 and 4 tunes. Rather than trying to decipher this function I will move over to Python random, which might also run faster

bbelderbos commented 8 months ago

See https://github.com/jwjacobson/jazz_repertoire/issues/116