Django app allowing for filtered exporting of model data.
Project description
Django Export
Django app allowing for filtered exporting of model object data.
django-export allows you to export model objects in a wide range of serialized formats (JSON, CSV, XML, YAML). Exports can be filtered and ordered on any of the particular model’s fields.
django-export utilizes django-object-tools to hook into Django’s admin interface and take care of user permissions.
Installation
Install django-object-tools as described here.
Install or add django-export to your Python path.
Add export to your INSTALLED_APPS setting.
Usage
Once installed you should see an Export object tool enabled on all admin change list views.
If you don’t see the tool make sure the logged in user has the appropriate export user permission assigned (or set user as superuser).
Clicking the Export tool link takes you to an export page on which you can specify format, ordering and filtering of the objects you want to export. The export is delivered as a download in whichever format you select.
Changelog
0.0.1 (2011-08-11)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file django-export-0.0.1.tar.gz
.
File metadata
- Download URL: django-export-0.0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a45bceabfd406a1612a958299172882aab37d0072aeb131c167caceb3babff7 |
|
MD5 | 76d7603e2f7b5089e3bb34ef42e195dd |
|
BLAKE2b-256 | 9384cfdd84042a69a926793b63d810ae7387fab2aa2ad3458a5b4df9acef0003 |
File details
Details for the file django_export-0.0.1-py2.7.egg
.
File metadata
- Download URL: django_export-0.0.1-py2.7.egg
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd3924b67b4b3638e1d38bdc4aa9b1cbce60df23bdbb067971e94360949018f |
|
MD5 | 2e65d85eaab50c391268f04e75bcd603 |
|
BLAKE2b-256 | 7588db7105c3c161c0c2158a4eabcd9fa2617d7e23b4fb78f615b58368d8e1f6 |
File details
Details for the file django_export-0.0.1-py2.6.egg
.
File metadata
- Download URL: django_export-0.0.1-py2.6.egg
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe114f9fc1feb10328c2a617bbb012f2d4694f4244a62bcf410fee0c5170600a |
|
MD5 | 6c269b2a2e09b5443b73fa49d9d4ad88 |
|
BLAKE2b-256 | 8c733f3e12d1b47478e181db9af9f48e95a814fca9cb38a8fcf357a3fd6a6429 |