Redirect www URL addresses to non-www
Project description
django-redirect-to-non-www
Redirects www URL address to non-www.
Installation
pip install django-redirect-to-non-www
pip install git+https://git@github.com/lukasvinclav/django-redirect-to-non-www.git
Configuration
Open your settings file and append middleware redirect_to_non_www.middleware.RedirectToNonWww at the end of MIDDLEWARE list.
MIDDLEWARE = [
# Other middleware classes
'redirect_to_non_www.middleware.RedirectToNonWww',
]
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-to-non-www-0.1.1.tar.gz
.
File metadata
- Download URL: django-redirect-to-non-www-0.1.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8c3836d16ca21be8bd71a8d0e0326db2651b4f29a0fa19348aafa2d855d8bec |
|
MD5 | 70ad89b42dc9033a45069733749426cb |
|
BLAKE2b-256 | b4d00d0c100c8a456b63a8cbe341d18b6bb93392ed5fd305561c71adb46d057b |