Django Regex Redirects 0.5.0 | Coderz Repository

django-regex-redirects 0.5.0

Last updated:

0 purchases

django-regex-redirects 0.5.0 Image
django-regex-redirects 0.5.0 Images

Free

Languages

Categories

Add to Cart

Description:

djangoregexredirects 0.5.0

django-regex-redirects
Django redirects, with regular expressions. It is a modified version of django.contrib.redirects.
Features

Redirect your visitors using regular expressions
Configurable via the admin
Redirects are exportable as .csv

https://pypi.org/pypi/django-regex-redirects
Install
pip install django-regex-redirects
Add regex_redirects to your INSTALLED_APPS:
INSTALLED_APPS = (
...
"regex_redirects",
...
)

Add the middleware to your MIDDLEWARE:
MIDDLEWARE = [
"regex_redirects.middleware.RedirectFallbackMiddleware"
...
]

Run manage.py migrate and you're good to go!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.