All Projects → fgmacedo → django-export-action

fgmacedo / django-export-action

Licence: MIT license
Generic export action for Django's Admin

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to django-export-action

open2fa
Two-factor authentication app with import/export for iOS and macOS. All codes encrypted with AES 256. FaceID & TouchID support included. Written with love in SwiftUI ❤️
Stars: ✭ 24 (-48.94%)
Mutual labels:  export
djadmin
Djadmin is a django admin theme
Stars: ✭ 42 (-10.64%)
Mutual labels:  django-admin
craft3-blockonomicon
Manage matrix fields on a per-block basis. Bundle presentation with blocks. Render entire matrices with a single line.
Stars: ✭ 32 (-31.91%)
Mutual labels:  export
rodf
ODF generation library for Ruby
Stars: ✭ 50 (+6.38%)
Mutual labels:  export
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (-6.38%)
Mutual labels:  export
solution-snapshotter
Take your existing .NET project and export it as a ready-to-install Visual Studio extension!
Stars: ✭ 27 (-42.55%)
Mutual labels:  export
vue-datagrid
Spreadsheet data grid component. Handles enormous data processing.
Stars: ✭ 171 (+263.83%)
Mutual labels:  export
format-imports-vscode
Format imports and exports for JavaScript and TypeScript in VS Code.
Stars: ✭ 60 (+27.66%)
Mutual labels:  export
sense-export
Just a simple button to export data in your Qlik Sense applications.
Stars: ✭ 28 (-40.43%)
Mutual labels:  export
export-github-stars
View / Sort / Export your Starred repositories.
Stars: ✭ 124 (+163.83%)
Mutual labels:  export
mtga-utils
Magic the Gathering: Arena related stuff (Card collection export)
Stars: ✭ 47 (+0%)
Mutual labels:  export
solrdump
Export SOLR documents efficiently with cursors.
Stars: ✭ 33 (-29.79%)
Mutual labels:  export
django-haystackbrowser
View and debug the data in your Haystack search indexes, from within the Django admin.
Stars: ✭ 36 (-23.4%)
Mutual labels:  django-admin
pass2csv
Export pass(1), "the standard unix password manager", to CSV.
Stars: ✭ 70 (+48.94%)
Mutual labels:  export
mask export
Export your mask elements as extension
Stars: ✭ 45 (-4.26%)
Mutual labels:  export
django-admin-search
Modal filter for django admin
Stars: ✭ 60 (+27.66%)
Mutual labels:  django-admin
django-clone
Controlled Django model instance replication.
Stars: ✭ 89 (+89.36%)
Mutual labels:  django-admin
xavc rtmd2srt
Extract real time meta-data and GPS tracks from Sony XAVC video
Stars: ✭ 29 (-38.3%)
Mutual labels:  export
connect-backup
A tool to backup and restore AWS Connect, with some useful other utilities too
Stars: ✭ 19 (-59.57%)
Mutual labels:  export
inkmake
Makefile inspired export from SVG files using Inkscape as backend with some added smartness.
Stars: ✭ 21 (-55.32%)
Mutual labels:  export

Django Export Action

https://travis-ci.org/fgmacedo/django-export-action.svg?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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].