{"categories":[{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends/2"}],"enrichment":{"capability":"Provides an interactive web interface for exploring and querying Django database models through the admin interface, supporting filtering, aggregation, sorting, pivoting, and CSV/JSON export.","skillfed_tags":["django-admin","data-exploration","query-builder"],"use_cases":["Ad-hoc data exploration and reporting without writing custom admin views or SQL queries.","Sharing filtered or aggregated dataset views with non-technical stakeholders via shareable URLs.","Exporting database subsets as CSV or JSON for analysis in external tools.","Debugging data integrity issues by browsing related records across foreign keys.","Creating public-facing read-only data views (e.g., dashboards) when DATA_BROWSER_ALLOW_PUBLIC is enabled."],"what_it_does":"django-data-browser is a Django admin extension that adds an interactive web-based database explorer to your project. It automatically discovers all models and fields visible in the Django admin and exposes them through a queryable interface, requiring zero configuration beyond adding it to INSTALLED_APPS and URLs. Users can select fields, apply filters, aggregate data, sort results, pivot tables, and follow relationships (OneToOneFields and ForeignKeys) without writing SQL.\n\nThe tool respects Django's per-user admin permissions, so each user sees only the data they're authorized to access. Views can be saved and shared via URL, exported as CSV or JSON, or made publicly available (with optional gating). It supports Django 4.2\u20136.2, Python 3.10+, and MySQL, PostgreSQL, and SQLite backends, with runtime dependencies on hyperlink, python-dateutil, and sqlparse for URL handling, date parsing, and SQL formatting.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and solves a real problem\u2014eliminating the need to write custom admin views or SQL queries for basic data exploration. It integrates seamlessly with Django's permission model and is suitable for projects where staff or authorized users need flexible database access. The permissive MIT license poses no legal risk."},"id":"django-data-browser","links":{"html":"https://skillfed.io/packages/django-data-browser","md":"https://skillfed.io/packages/django-data-browser.md","pypi":"https://pypi.org/project/django-data-browser/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-07","license_spdx":null,"license_treatment":"permissive","name":"django-data-browser","python_support":"supports_current","summary":"Interactive user-friendly database explorer."},"popularity":{"monthly_downloads":96352,"position":13218,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.2.14"}
