Generic export action for Django's Admin
Project description
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
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 Distribution
File details
Details for the file django-export-action-0.1.1.tar.gz
.
File metadata
- Download URL: django-export-action-0.1.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb08802cb72c8f7dce7e775754b5b5236504656a6ca5b5f5ed8cc1904a923393 |
|
MD5 | 4875229a694805836f6aeef7e0ff51f3 |
|
BLAKE2b-256 | 740b52c14ce91b78ea536b26d3cd7b002850f2465d55b823ebd90d5995299330 |
File details
Details for the file django_export_action-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_export_action-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f9de049b08ec949a3df0f0fc80d6a65de81ce87a00ba675bb8402042b029b1f |
|
MD5 | 7ea50a6f42d08ca07ab65772b544ace3 |
|
BLAKE2b-256 | 06304236451072b011d56b1ede9047447a153f6ff7779202bd8a6130ac368168 |