Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django Reporting Options

I want to create a new "Business" application using the Django framework. Any suggestions as to what I can use as a reporting framework? The application will need to generate reports on various business entities including summaries, totals, grouping, etc. Basically, is there a Crystal reports-like equivalent for Django/Python?

like image 449
yuben Avatar asked Jul 06 '09 19:07

yuben


People also ask

What is Django Report Builder?

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. gitlab.com/burke-software/django-report-builder.

Can I use SQL with Django?

Django has a built-in web server that is used for development purposes. The framework supports several database management systems including Microsoft SQL Server.

Can I use pandas with Django?

In this tutorial, you will learn how to use pandas in Django data. And convert a query set of data into a Data frame. Like how you convert a CSV data file into a Data Frame. And perform the data science operation right away in Django Views.


1 Answers

There is a grid on djangopackages.com which may be of use evaluating options:

https://www.djangopackages.com/grids/g/reporting/

like image 162
Daniel Naab Avatar answered Sep 24 '22 20:09

Daniel Naab