All Projects → Frojd → wagtail-redirect-importer

Frojd / wagtail-redirect-importer

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

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to wagtail-redirect-importer

Wagtail Torchbox
Wagtail build of Torchbox.com
Stars: ✭ 84 (+460%)
Mutual labels:  wagtail
Wagtailmedia
A Wagtail module for managing video and audio files within the admin
Stars: ✭ 128 (+753.33%)
Mutual labels:  wagtail
freeturn
Freelance mission control
Stars: ✭ 50 (+233.33%)
Mutual labels:  wagtail
Wagtail Personalisation
Rule-based personalisation for Wagtail CMS
Stars: ✭ 96 (+540%)
Mutual labels:  wagtail
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (+626.67%)
Mutual labels:  wagtail
Consumerfinance.gov
Django project protecting American consumers
Stars: ✭ 164 (+993.33%)
Mutual labels:  wagtail
Wagtailgmaps
Simple Google Maps address formatter for Wagtail fields
Stars: ✭ 68 (+353.33%)
Mutual labels:  wagtail
wagtailenforcer
The Wagtail arm of the law - enforce security protocols on your Wagtail site
Stars: ✭ 43 (+186.67%)
Mutual labels:  wagtail
Wagtail
A Django content management system focused on flexibility and user experience
Stars: ✭ 11,387 (+75813.33%)
Mutual labels:  wagtail
django-hyper-editor
Django Integration of Hyper Editor
Stars: ✭ 29 (+93.33%)
Mutual labels:  wagtail
Reddit Wallpaper Changer
Reddit Wallpaper Changer
Stars: ✭ 96 (+540%)
Mutual labels:  wagtail
Awesome Wagtail
A curated list of awesome packages, articles, and other cool resources from the Wagtail community.
Stars: ✭ 1,527 (+10080%)
Mutual labels:  wagtail
Wagalytics
A Google Analytics dashboard in your Wagtail admin
Stars: ✭ 176 (+1073.33%)
Mutual labels:  wagtail
Wagtail Geo Widget
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
Stars: ✭ 90 (+500%)
Mutual labels:  wagtail
wagtail-headless-preview
Previews for headless Wagtail setups
Stars: ✭ 99 (+560%)
Mutual labels:  wagtail
Openstax Cms
The OpenStax CMS, built using Wagtail on top of Django.
Stars: ✭ 74 (+393.33%)
Mutual labels:  wagtail
Django Salesman
Headless e-commerce framework for Django.
Stars: ✭ 157 (+946.67%)
Mutual labels:  wagtail
vagrant-wagtail-develop
A script to painlessly set up a Vagrant environment for development of Wagtail
Stars: ✭ 36 (+140%)
Mutual labels:  wagtail
digihel
City of Helsinki Digital Helsinki Wagtail CMS
Stars: ✭ 19 (+26.67%)
Mutual labels:  wagtail
wagtailcommonblocks
Common StreamField blocks for Wagtail
Stars: ✭ 40 (+166.67%)
Mutual labels:  wagtail

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].