Skip to main content

Generic export action for Django's Admin

Project description

https://badge.fury.io/py/django-export-action.png https://travis-ci.org/fgmacedo/django-export-action.png?branch=master https://img.shields.io/codecov/c/github/fgmacedo/django-export-action/master.svg?label=branch%20coverage

Generic export action for Django’s Admin

Quickstart

Install Django Export Action:

pip install django-export-action

Include it on INSTALLED_APPS:

'export_action',

Add to urls:

url(r'^export_action/', include("export_action.urls", namespace="export_action")),

Usage

Go to any admin page, select fields, then select the export to xls action. Then check off any fields you want to export.

Features

  • Generic action to enable export data from Admin.

  • Automatic traversal of model relations.

  • Selection of fields to export.

  • Can export to XSLx, CSV and HTML.

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ py.test

Security

This project assumes staff users are trusted. There may be ways for users to manipulate this project to get more data access than they should have.

History

0.1.0 (2016-09-29)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-export-action-0.1.1.tar.gz (12.0 kB view hashes)

Uploaded source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page