Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`