aarcro / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.5

  • Compatible with Django 1.11
  • Manifest containers only needed static assets, greatly reducing file size.
  • No longer testing in Django 1.9, but probably still works.
  • Remains in maintence mode - no features

3.4

  • Switched from default angular theme to something more neutral
  • Updated Angular Material version
  • Some CSS fixes
  • Limited Django 1.10 (use >=3.4.2) support see #239
  • Django rest framework 3.4 support

3.3

Official support is now for Django 1.8 and 1.9. Python 2.7 and 3.5 (I'm sure 3.4 works but no longer unit testing it). For Django < 1.8 please use the 3.2 release.

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)
  • Export to Report global admin action
  • Optional asynchronous report generation

Documentation

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

Google group.

Hacking

About

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.

License:Other


Languages

Language:Python 79.2%Language:HTML 12.7%Language:JavaScript 7.2%Language:CSS 0.9%