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.
- 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.
pip install django-admin-export
- Add
admin_export
to INSTALLED_APPS - Add
(r'^admin_export/', include("admin_export.urls")),
to urls.py
Go to any admin page, select fields, then select the export to xls action. Then check off any fields you want to export.