Frojd / wagtail-redirect-importer

Note: This library is now included in Wagtail 2.10, use the builtin version instead of this.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please note: This library is included in Wagtail 2.10 and therefore deprecated

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

  • Python 3.5+
  • Wagtail 2.7+

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

  • django-import-export - Pieces of the admin code are heavily inspired by this library, it also includes the modules for formats and temporary storage.
  • tablib - Enables us to load data from several data formats.

License

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

About

Note: This library is now included in Wagtail 2.10, use the builtin version instead of this.

License:Other


Languages

Language:Python 78.8%Language:HTML 16.8%Language:CSS 3.6%Language:Dockerfile 0.8%