Skip to content

thoas/django-sluggable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.