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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-redirect-middleware-0.0.1.tar.gz.
File metadata
- Download URL: django-redirect-middleware-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb9c007ab5a8523c6917d35b11bc070dfd52906c4eb5fa91ffa06327a0c8b7e5
|
|
| MD5 |
f5c6706bf219eaf47d36e6f8e3020ccc
|
|
| BLAKE2b-256 |
d7a35d0a5a9ceb0b4a6c2489f92a1cbb2b60563be0600216394a09359aeedebb
|