{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Adds custom data views to the Django admin panel, displaying non-model data from APIs or files in table and item views alongside regular models.","skillfed_tags":["django-admin","data-integration"],"use_cases":["Display API data (e.g., third-party service metrics or logs) in the admin panel alongside database models.","Show computed or aggregated data in admin views without storing it in the database.","Integrate file-based data (CSV, JSON) into the admin interface for quick inspection and management.","Build admin dashboards that combine model data with external sources in a unified interface.","Create read-only admin views for data you cannot or should not persist in your database."],"what_it_does":"Django Admin Data Views is an extension for Django's admin interface that lets you display data sources outside the ORM\u2014such as API responses or file contents\u2014in the same familiar table and detail views used for regular database models. It bridges the gap between Django's model-centric admin and the need to show external or computed data alongside your database records.\n\nThe package works by providing a base class and integration layer that mimics Django's admin conventions, so developers familiar with ModelAdmin can quickly add custom data views without building separate interfaces. It depends on Django itself, django-settings-holder for configuration, and typing-extensions for type hints, keeping the dependency footprint minimal.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and solves a real gap in Django's admin interface\u2014displaying non-model data without building separate UI. Low install friction and modern Python/Django support make it a straightforward addition to any Django project that needs to surface external or computed data in the admin."},"id":"django-admin-data-views","links":{"html":"https://skillfed.io/packages/django-admin-data-views","md":"https://skillfed.io/packages/django-admin-data-views.md","pypi":"https://pypi.org/project/django-admin-data-views/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-11-24","license_spdx":null,"license_treatment":"permissive","name":"django-admin-data-views","python_support":"supports_current","summary":"Add custom data views to django admin panel."},"popularity":{"monthly_downloads":137780,"position":11356,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.3"}
