Skip to main content

Django postgres VACUUM

Project description

Installation

$ [sudo] pip install django-postgres-vacuum
settings.py
INSTALLED_APPS+=['django_postgres_vacuum']

Examples

from django.core.management import call_command

call_command('vacuum')
call_command('vacuum_full')
$ python manage.py vacuum
$ python manage.py vacuum_full

readme42.com

Project details


Download files

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

Source Distribution

django-postgres-vacuum-2020.12.24.tar.gz (1.6 kB view hashes)

Uploaded Source

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