This is a github mirror for django-report-builder which is hosted on Gitlab. Django Report Builder is 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.
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.
Are you a fan of Report Builder or using it at your workplace? Please consider sponsorship. You may donate on Liberapay directly or contact me about sponsoring a feature. Right now, we need better documentation. Get your profile or company logo added to our Readme as a sponsor. Paid commercial support is also available. Email [email protected] for more infomation.
View more on the CHANGELOG.
http://django-report-builder.readthedocs.org/
This package uses Django in Docker and Angular CLI for development purposes.
docker-compose up
docker-compose run --rm web ./manage.py migrate
cd js
, yarn
, yarn start
More detailed instructions are at here