Django admin app that allows you to manage materialized views from the admin panel
Project description
Django Materialized Views
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
Release history Release notifications | RSS feed
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
File details
Details for the file dj_materialized_views-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: dj_materialized_views-0.4.1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b1a84614dbb9e2a0aab15f0f9e3c46ce67bb4e3f66b68b286ba3fdf8bb0e16f |
|
MD5 | f877324c5ac320b57810de365d7004c2 |
|
BLAKE2b-256 | 8497337cd443e2a7db8ef3a9493ccc34bef1e18171796fe10159555fa90d415a |