Slug your multiple models and manage redirections
Project description
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.
Compatibility
This library is compatible with:
python2.6, django1.5
python2.6, django1.6
python2.7, django1.5
python2.7, django1.6
python2.7, django1.7
python3.3, django1.5
python3.3, django1.6
python3.3, django1.7
python3.4, django1.5
python3.4, django1.6
python3.4, django1.7
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.