Home

Awesome

Build Status

Wagtail Redirect Importer

Your friendly neighborhood importer that lets you import redirects from different tabular data formats, such as .csv and .xls

Screen1

Features

Requirements

Installation

  1. Install the library:
pip install wagtail_redirect_importer
  1. Add wagtail_redirect_importer to your INSTALLED_APPS in Django settings.
INSTALLED_APPS = (
    # ...
    'wagtail_redirect_importer',
)

Screenshots

Screen1

Step 1: Select data file and format

Screen2

Step 2: Inspect data, configure header mapping and target site, then hit import

Screen3

Step 3: After import is complete you get a summary with potential error details

Credits

License

Wagtail-Redirect-Importer is released under the MIT License.