Currently in pre-alpha version and bound to change a lot
Django Generic sorting is a simple app that creates a url/view/template pack needed for sorting a group of Model
instances.
In order to use django-generic-sorting you need to have these dependencies installed:
django.contrib.contenttypes
To install Django Generic Sorting, run this command in your terminal:
$ pip install -e git+https://github.com/alxs/django-generic-sorting#egg=generic-sorting
TODO