Skip to main content

Query and Report builder for Django ORM

Project description

django-report-builder

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

pipeline status

Status

Maintained and feature-complete. This project is no longer accepting new features — the scope is what's already shipped, and that's the project's strength: it does what it does, well, without churn.

Bug reports are welcome, especially when paired with a fix. Issues opened without a reproduction or proposed patch will likely sit. Please open them on GitLab.

For the version history, see CHANGELOG.

What is Django Report Builder?

A staff-facing UI that lets users:

  • Pick a root model, drag in display fields, and traverse related models several levels deep
  • Add filters with the full set of Django ORM lookup types (exact, gt, icontains, range, relative_range, isnull, regex, etc.)
  • Preview results in the browser and export to xlsx or csv
  • Optionally hand off long-running exports to a background task queue (Celery or django-tasks)
  • Schedule reports to run on a recurring basis and email the results
  • Trigger a report from a Django admin change-list as a global action

Report builder is intended for trusted staff users — access is gated on is_staff, and the standard Django change/view permissions control who can see existing reports.

Documentation

django-report-builder.readthedocs.io

Development quickstart

The repo ships a Django demo project plus the Angular SPA. The fastest path:

  1. docker compose up — starts Postgres and the Django dev server on :8000
  2. docker compose run --rm web ./manage.py migrate
  3. docker compose run --rm web ./manage.py createsuperuser
  4. cd js && npm install && npm start — Angular dev server with hot reload, proxying API requests to Django
  5. Open http://localhost:8000/admin, log in, then visit the URL the Angular CLI prints (/report_builder on the dev-server port)

For deeper notes, see docs/contributors.md.


If your Django project needs error tracking or performance monitoring, take a look at GlitchTip — my open-source, Sentry-compatible error tracker.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_report_builder-7.0.0.tar.gz (43.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_report_builder-7.0.0-py3-none-any.whl (54.9 kB view details)

Uploaded Python 3

File details

Details for the file django_report_builder-7.0.0.tar.gz.

File metadata

  • Download URL: django_report_builder-7.0.0.tar.gz
  • Upload date:
  • Size: 43.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for django_report_builder-7.0.0.tar.gz
Algorithm Hash digest
SHA256 2607ad3dca368595ffc1bf51d8bfe1ee1b3c0cf812b9c767da3cd68967879e5e
MD5 bbd40d3ffcfb21c5663ee16a311aec9b
BLAKE2b-256 9b4c24680292d7a4a9840702499318d18cb64a548fc4cb2d52c22498db7e2620

See more details on using hashes here.

File details

Details for the file django_report_builder-7.0.0-py3-none-any.whl.

File metadata

  • Download URL: django_report_builder-7.0.0-py3-none-any.whl
  • Upload date:
  • Size: 54.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for django_report_builder-7.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73f582aa7ef464f888af55b71ff9482247be69131e7a6f3bf3056c53c511b04e
MD5 06e8c3b10ac11b68514b4a2e44c26724
BLAKE2b-256 f9e5d6f30cccbf79a14607424e7fbbe2557756f94abb2b743e90ef7457b82545

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page