Skip to main content

Lets you import redirects into Wagtail from different tabular data formats (like .csv, xls, xlsx)

Project description

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

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

Screen1

Step 1: Select data file and format

Screen2

Screen2

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

Screen3

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail_redirect_importer-1.0.2.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

wagtail_redirect_importer-1.0.2-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page