{"id":13531129,"url":"https://github.com/Frojd/wagtail-redirect-importer","last_synced_at":"2025-04-01T19:31:42.365Z","repository":{"id":62588083,"uuid":"240944396","full_name":"Frojd/wagtail-redirect-importer","owner":"Frojd","description":"Note: This library is now included in Wagtail 2.10, use the builtin version instead of this.","archived":true,"fork":false,"pushed_at":"2020-08-17T18:59:24.000Z","size":583,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2024-04-25T23:20:47.951Z","etag":null,"topics":["wagtail"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frojd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-16T18:37:19.000Z","updated_at":"2023-01-28T10:34:58.000Z","dependencies_parsed_at":"2022-11-03T17:48:21.945Z","dependency_job_id":null,"html_url":"https://github.com/Frojd/wagtail-redirect-importer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fwagtail-redirect-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fwagtail-redirect-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fwagtail-redirect-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frojd%2Fwagtail-redirect-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frojd","download_url":"https://codeload.github.com/Frojd/wagtail-redirect-importer/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246700412,"owners_count":20819866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wagtail"],"created_at":"2024-08-01T07:01:00.292Z","updated_at":"2025-04-01T19:31:37.355Z","avatar_url":"https://github.com/Frojd.png","language":"Python","funding_links":[],"categories":["Apps"],"sub_categories":["SEO and SMO"],"readme":"### Please note: This library is included in Wagtail 2.10 and therefore deprecated\n\n[![Build Status](https://travis-ci.org/frojd/wagtail-redirect-importer.svg?branch=develop)](https://travis-ci.org/frojd/wagtail-redirect-importer)\n# Wagtail Redirect Importer\n\nYour friendly neighborhood importer that lets you import redirects from different tabular data formats, such as .csv and .xls\n\n![Screen1](https://raw.githubusercontent.com/frojd/wagtail-redirect-importer/develop/img/screen_1.png)\n\n\n## Features\n\n- Bulk import redirects from the Wagtail admin\n- Supports these formats:\n    - csv\n    - tsv\n    - xls\n    - xlsx\n    - df\n    - Basically [all import formats supported by tablib](https://tablib.readthedocs.io/en/stable/formats/)\n- The cli tool `import_redirects` for powerusers\n\n\n## Requirements\n\n- Python 3.5+\n- Wagtail 2.7+\n\n\n## Installation\n\n1. Install the library:\n\n```\npip install wagtail_redirect_importer\n```\n\n2. Add `wagtail_redirect_importer` to your `INSTALLED_APPS` in Django settings.\n\n```python\nINSTALLED_APPS = (\n    # ...\n    'wagtail_redirect_importer',\n)\n```\n\n\n## Screenshots\n\n![Screen1](https://raw.githubusercontent.com/frojd/wagtail-redirect-importer/develop/img/screen_1.png)\n\nStep 1: Select data file and format\n\n![Screen2](https://raw.githubusercontent.com/frojd/wagtail-redirect-importer/develop/img/screen_2.png)\n\nStep 2: Inspect data, configure header mapping and target site, then hit import\n\n![Screen3](https://raw.githubusercontent.com/frojd/wagtail-redirect-importer/develop/img/screen_3.png)\n\nStep 3: After import is complete you get a summary with potential error details\n\n\n## Credits\n\n- [django-import-export](https://github.com/django-import-export/django-import-export) - Pieces of the admin code are heavily inspired by this library, it also includes the modules for formats and temporary storage.\n- [tablib](https://github.com/jazzband/tablib) - Enables us to load data from several data formats.\n\n\n## License\n\nWagtail-Redirect-Importer is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2Fwagtail-redirect-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFrojd%2Fwagtail-redirect-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFrojd%2Fwagtail-redirect-importer/lists"}