Lets you import redirects into Wagtail from different tabular data formats (like .csv, xls, xlsx)
Project description
Your friendly neighborhood importer that lets you import redirects from different tabular data formats, such as .csv and .xls
Features
Bulk import redirects from the Wagtail admin
Supports these formats:
csv
tsv
xls
xlsx
df
Basically all import formats supported by tablib
The cli tool import_redirects for powerusers
Requirements
Python 3.5+
Wagtail 2.7+
Installation
Install the library:
pip install wagtail_redirect_importer
Add wagtail_redirect_importer to your INSTALLED_APPS in Django settings.
INSTALLED_APPS = (
# ...
'wagtail_redirect_importer',
)
Screenshots
Step 1: Select data file and format
Step 2: Inspect data, configure header mapping and target site, then hit import
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wagtail_redirect_importer-1.0.2.tar.gz
.
File metadata
- Download URL: wagtail_redirect_importer-1.0.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b25749ac4ce82dfb85cb9dca562a00a0d0dbda05432a4213c0aa0a1f8974eb |
|
MD5 | c430399637bdc49c5876c74d22bec673 |
|
BLAKE2b-256 | 48d5f0aaaa7e2d07efaa8db54283ad8ad29414becf5778311dc65e3143e86254 |
File details
Details for the file wagtail_redirect_importer-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: wagtail_redirect_importer-1.0.2-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 435e411f0f2cca16758b042c35de3939c2d92168c040dace0ff87036bc8b3886 |
|
MD5 | 3bcddc9bc5a4555758c832c9e8bb08f4 |
|
BLAKE2b-256 | 5a81258f1f19ab9844fc424ffe14b0c149bca9979f9c4aeae5b103b74e3f21a5 |