django-sluggable

Slug your multiple models and manage redirections


License
MIT
Install
pip install django-sluggable==0.2.5

Documentation

django-sluggable

Build Status

django-sluggable is a library to manage your slugs and redirect old slugs to a new one. With this library, you will have the plain history of your operations.

Installation

To install it, simply

pip install django-sluggable

Documentation

For documentation, usage, and examples, see: http://django-sluggable.readthedocs.org

Inspiration

Some code are from django-autoslug and old codebase of Ulule by twidi.

A big thanks to them.