Skip to content

marteinn/wagtail-automatic-move-redirects

 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%