python3-django-ordered-model

Allows Django models to be ordered (Python3 version)
  https://github.com/bfirsh/django-ordered-model
  0
  no reviews



Django-ordered-model allows models to be ordered and provides a simple admin interface for reordering them. Model instances have a set of methods to move them relative to each other. It is also possible to order only within a subset of objects.

This package contains the Python 3 version of the library.