Skip to main content

Remake of standart Django redirect middleware

Project description

Add django.contrib.redirects to INSTALLED_APPS

INSTALLED_APPS = [
    ...
        'django.contrib.redirects',
    ...
]

Add redirects.middleware.RedirectMiddleware to MIDDLEWARE_CLASSES

MIDDLEWARE_CLASSES = [
        ...
        'redirects.middleware.RedirectMiddleware',
        ...
]

Synchronize your database models run django syncdb

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-redirect-middleware-0.0.1.tar.gz (1.9 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