Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torchbox/django-importo
A developer-friendly framework for importing data into Django apps
https://github.com/torchbox/django-importo
content django migration wagtail
Last synced: 10 days ago
JSON representation
A developer-friendly framework for importing data into Django apps
- Host: GitHub
- URL: https://github.com/torchbox/django-importo
- Owner: torchbox
- License: bsd-3-clause
- Created: 2021-11-15T16:18:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T20:48:22.000Z (over 1 year ago)
- Last Synced: 2024-11-13T01:07:22.651Z (2 months ago)
- Topics: content, django, migration, wagtail
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# django-importo
NOTE: This is still very much a work-in-progress. Don't expect anything to work yet!
Management commands and utilities for importing large amounts of data from various sources. The app is tested for compatibility with:
- Django >= 3.1
- Wagtail >= 2.12## Get started
1. Install this app with `pip install django-importo`
2. Add `importo` to your `INSTALLED_APPS`