django-admin-exporter

Simple admin actions to download/export selected items in CSV, JSON, XML, etc.


License
Other
Install
pip install django-admin-exporter==0.1

Documentation

django-admin-exporter

Simple admin actions to download/export selected items in CSV, JSON, XML, etc.

Build Status

Build Status Build Status

Install

pip install django-admin-exporter

Add ``admin_exporter`` to your INSTALLED_APPS.

Add the vairous exporter actions to individual models or site-wide. See the example project for details.

Running the tests

make test