/django-generic-sorting

A simple django app for sorting Model instances

Primary LanguagePython

README

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.

Dependencies

In order to use django-generic-sorting you need to have these dependencies installed:

  • django.contrib.contenttypes

Installation

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

Usage

TODO