[Fixed]-Django – making an ordered list admin page with buttons to adjust priorities

1👍

django-mptt has support for Django 1.8+ and has a built in admin base class with drag and drop. I doesn’t have up and down buttons as requested, but drag and drop should be good enough.

DraggableMPTTAdmin Screenshot

I doesn’t only support ordering, but also trees. MPTT stands for Modified Preorder Tree Traversal.

Leave a comment