{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"Manages PostgreSQL materialized views through a Django admin interface, allowing creation, deletion, indexing, and scheduled refresh of materialized views.","skillfed_tags":["django-admin","postgresql","materialized-views"],"use_cases":["Manage PostgreSQL materialized views through Django admin instead of raw SQL queries","Schedule automatic refresh of materialized views on a regular interval using Celery Beat","Create and maintain indexes on materialized views via the admin interface","Provide a UI for non-technical team members to refresh materialized views on demand"],"what_it_does":"Django Materialized Views is a Django admin application that exposes PostgreSQL materialized views as manageable objects in the admin interface. It lets you create, update, delete, and index materialized views without writing raw SQL, and schedule periodic refreshes via Celery Beat.\n\nThe package integrates with Django's admin panel to provide a UI for materialized view operations. It depends on Celery and django-celery-beat to handle scheduled refresh tasks. However, the project has not been maintained since November 2022 and may not be compatible with recent Django or PostgreSQL versions.","worth_installing":"No. The package is abandoned (last release November 2022) with no maintenance signal. While it has low install friction and permissive licensing, the lack of updates poses compatibility risks with current Django versions and PostgreSQL releases. For new projects, consider maintaining materialized views through migrations or a more actively maintained tool."},"id":"dj-materialized-views","links":{"html":"https://skillfed.io/packages/dj-materialized-views","md":"https://skillfed.io/packages/dj-materialized-views.md","pypi":"https://pypi.org/project/dj-materialized-views/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-11-22","license_spdx":null,"license_treatment":"permissive","name":"dj-materialized-views","python_support":"supports_current","summary":"Django admin app that allows you to manage materialized views from the admin panel"},"popularity":{"monthly_downloads":174066,"position":10291,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.1"}
