Lets say I have a django model looking like this:
class question(models.Model): order = models.IntegerField(\'Position\') question = models.CharField(max_len
In case someone else is seeking the solution for that issue in 2017, I found the great package Django Admin Sortable