apendleton / django-admin-exporter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 97.6%Language:Makefile 2.4%