Skip to main content

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

Project description

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/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dj_materialized_views-0.4.1-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page