Simple admin actions to download/export selected items in CSV, JSON, XML, etc.
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.
make test