Skip to main content

Django-admin-action to export items as csv-formatted data.

Project description

Description

Django-admin-csvexport is a django-admin-action, that allows you to export a selection of the fields of your models as csv-formatted data.

Features

  • selectable model-fields

  • inclusive of related models

  • customizable csv-format

  • view or download csv-data

Django

csvformat was developed with django-2.2. Probably it works with other django-versions (1.11 to 2.2).

Installation

Download or clone the repository and add csvexport to your installed apps:

INSTALLED_APPS = [
    'csvexport',
    ...
]

Todo

  • Implement a test-suite and setup continuous integration with travis.

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-admin-csvexport-1.0b0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

django_admin_csvexport-1.0b0-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

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