Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.88 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.88 KB

django-report-builder

A GUI for Django ORM. Build custom queries and display results. Targets sys admins and capable end users who might not be able to program or gain direct interactive shell access.

Build Status Bountysource Coverage Status

News

3.2 is released. This features a refactored report_to_list function which is responsible for generating the actual python list of data from the report object. Tests suggest a 10x speed improvement but your mileage may vary.

What is Django Report Builder?

Features

  • Add filters
  • Add display fields
  • Preview and create xlsx reports
  • Very simple security, user must have change or "view" permission to view reports. Unprivileged users can still build reports and see database schema.
  • Model properties (thanks yekibud)
  • Support for django-custom-fields
  • Support for django-hstore
  • Export to Report global admin action
  • Optional asynchronous report generation

Documentation

http://django-report-builder.readthedocs.org/

Google group.

Discussion

Let us know your thoughts at https://google.com/+Burkesoftware