marteinn / wagtail-automatic-move-redirects

Create automatic redirects every time a page is moved.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wagtail-automatic-move-redirects

This package does one thing, it makes sure a redirect is created every time a published page is moved in the Wagtail admin.

Installation

  1. First make sure you activate Wagtail redirects, you can do this by following this official guide

  2. Then install this package by running

python -m pip install git+https://github.com/marteinn/wagtail-automatic-move-redirects
  1. Add the package to your project's settings
INSTALLED_APPS = [
    # ... Other apps
    "wagtail_automatic_move_redirects",
    "wagtail.contrib.redirects",
    # ... Other apps
]
  1. Done!

Credits

This is library originated as a fork of wagtail-automatic-redirects.

License

BSD

About

Create automatic redirects every time a page is moved.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%