django-redirector 0.1.3

django-redirector is a Django app that adds simple admin powered 301 redirectsExample rules:Path: /foo/bar/ Type: exact (case insensitive)Path: /products/ Type: startswithUses caching heavily because the middleware is called on every request.1. redirect...