Inspired by the Django ORM, I created a tool that allows non-engineers to explore and analyze their database without writing SQL. Using it they can ask questions such as: who are my best customers in terms of total spend? What are theeast purchased product categories?
Check it out at https://www.human.software
Pro tip: to see the generated sql open the developer console
Is this product written in Django?
If not, how is it related to Django?
This is also effectively a duplicate of your post here: Visual tool to explore and analyze Django-created relational database
Please don’t spam this site.
Hi Ken I apologize, I did not mean to spam - I flagged the previous post since I had mistyped the URL, and could not delete the old post.
The tool is built in Django and was hoping someone would find it useful for their project as well.