Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 711 Bytes

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