Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 795 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 795 Bytes

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.