Skip to content

kcsry/django-admin-export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-admin-export

Generic export to xls action for Django admin interface. It's meant for fast and simple exports and lets you choose the data to export.

Features

  • Drop in application
  • Traverse model relations recurssively

django-admin-export is built with django-report-utils. For a a full query builder try using django-report-builder.

Install

  1. pip install django-admin-export
  2. Add admin_export to INSTALLED_APPS
  3. Add (r'^admin_export/', include("admin_export.urls")), to urls.py

Usage

Go to any admin page, select fields, then select the export to xls action. Then check off any fields you want to export.

About

Generic export to xls action for Django admin interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • HTML 42.6%