[Answered ]-Django – Best strategy to enable users to order a list of objects

2👍

Use an ordered model: https://github.com/bfirsh/django-ordered-model
Then you can just: Method.up()/Method.down()

👤Paul

Leave a comment