kobotoolbox / kpi

kpi is the (frontend) server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
126 stars 170 forks source link

Add django import export #4986

Open bufke opened 1 week ago

bufke commented 1 week ago

Description

Django admin can now import and export fields

Notes

It's a common need to import and export users. Django-import-export provides a customizable way to do so with minimal code. It's IMO a well maintained package but does occasionally include minor breaking changes, such as the 4.x release.

This change took about 45 minutes and was tested with importing Organization Users.