Skip to main content

A more robust and feature full django redirect package

Project description

Django Robust Redirects
=======================

A more robust django redirect project.

Supports

- Regular expression redirects
- Partial path redirects


Installation
------------

1. Install the package from pip `pip install django-robust-redirects`
2. Add the following line to your INSTALLED_APPS::

INSTALLED_APPS = (
...
'redirect'
)

4. Add the following lines to your middleware::

MIDDLEWARE_CLASSES = (
...
'redirect.middleware.RedirectMiddleware'
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-robust-redirects-0.9.tar.gz (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page