thoas / django-sluggable

Manage your slugs and redirect old slugs to the new one

Home Page:django-sluggable.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Manage your slugs and redirect old slugs to the new one

django-sluggable.rtfd.org


Languages

Language:Python 99.0%Language:Makefile 1.0%