django-historylinks is a Django app that provides automatic SEO-friendly HTTP 301 redirects if the URL of a registered model changes.
Documentation
Please read the [Getting Started][] guide for more information.
[Getting Started]: https://github.com/etianen/django-historylinks/wiki
"Getting started with django-historylinks"
Download instructions, bug reporting and links to full documentation can be found at the [main project website][].
[main project website]: http://github.com/etianen/django-historylinks
"django-historylinks on GitHub"
You can keep up to date with the latest announcements by joining the [django-historylinks discussion group][].
[django-historylinks discussion group]: http://groups.google.com/group/django-historylinks
"django-historylinks Google Group"
Product's homepage
Here are some key features of "django-historylinks":
· Tracks old URLs associated with a model and provides 301 redirects to the new URL.
· Simple one-line registration for each model.
Requirements:
· Python
· Django