“A Django app for interactive user friendly browsing of a Django projects DB.”
It’s available on PyPi https://pypi.org/project/django-data-browser/
Features:
- Zero config, if it’s in the admin it’s in the browser
- Select fields (including calculated fields), aggregate, filter and sort
- Automatically follow OneToOneFields and ForeignKeys
- Respects per user admin permissions
- Share views by URL
- Save views and optionally make them available to services like Google sheets
- Download views as CSV or JSON
Try it out, let me know how it goes and if you need any features.