Skip to main content

Export what you see in the Django admin list view.

Project description

django-cl2csv
===

cl2csv is a tiny Django app for adding export functionality to the built-in admin list views. Fields can be hidden from export. The name is short for "Change list to Comma Separated Values".

Installation
---

1. Install via pip:

`$ pip install django-cl2csv`

2. Add "cl2csv" to your INSTALLED_APPS setting like this:

```python
INSTALLED_APPS = (
...
'cl2csv',
)
```

Usage
--

```python
from cl2csv.options import ExportModelAdmin

class DVDAdmin(ExportModelAdmin):
hide_from_export = ('secret_vote',)
```

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-cl2csv-0.11.tar.gz (15.1 kB view hashes)

Uploaded Source

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