django-data-browser
django-data-browser copied to clipboard
Django app for user friendly querying of Django models
Boolean fields have the option for all, average, sum, and is_null columns to display, but the first three of these cause an error 500.  ``` Traceback (most recent call...
It would be nice if we could rename / alias columns to be more readable at a glance, especially when sharing the results of it via the sharable link or...
Normally, the rows that show up in DataBrowser are limited to those returned in the queryset from `get_queryset` defined in the ModelAdmin for a model. But when filtering on a...
This tool really is amazing, we use it often to answer business questions that we haven't built proper views for yet. In fact, I'd love to be able to just...