Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dj-materialized-views

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dj-materialized-views

Django admin app that allows you to manage materialized views from the admin panel

  • 0.4.1
  • PyPI
  • Socket score

Maintainers
1

Django Materialized Views

workflow

Overview

Django Materialized Views is a powerful admin app that allows you to manage materialized views from the admin panel

The app can:

  • Create, update and delete materialized views
  • Create indexes for the materialized views
  • Refresh the materialized views at regular intervals

Limitation:

  • Works only with PostgreSQL

Requirements

  • Python 3.6+
  • Django 2, 3 or 4
  • Celery

Installation

Install using pip

pip install dj_materialized_views 

Add 'django_celery_beat' and 'dj_materialized_views' to your INSTALLED_APPS setting

INSTALLED_APPS = [
    ...
    'django_celery_beat',
    'dj_materialized_views',
]

Documentation

For more information on how to use the app, see the documentation at:

https://dj-materialized-views.readthedocs.io/en/latest/quick_start/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc