The 2.0 version of my [django-data-browser](https://pypi.org/project/django-data-browser/) is out.
The Data Browser is a point and click interface for making queries against a database. It requires no knowledge of SQL or Python/Django so is great for the non technical people in your business. It also has near zero required configuration as it gets both the user permissions and database config from Django's ORM and Admin.
https://preview.redd.it/zzixpeizst551.png?width=840&format=png&auto=webp&s=4197f813518c3891502ea3d5938a5dfafc55b49a
The big feature in 2.0 is pivoting, this is on top of the existing select (across tables), filter, sort and aggregate functionality. So you can pivot month against year, or year/month against account and select sum of sales amount to get a nice lil sales report.
Check out [the demo site](https://data-browser-demo.herokuapp.com/data-browser/).
it looks very nice, we are looking django plugin like this, i’ll try it now!
awesome!
Very cool, I’m going to have to play with this some more
What are the plans and new feature for the next development? I want to see if i can contribute together?