Skip to content

andrewp-as-is/django-postgres-reindex-command.py

Repository files navigation

Installation

$ [sudo] pip install django-postgres-reindex-command
settings.py
INSTALLED_APPS = [
    ...
    'django_postgres_reindex_command',
    ...
]

Examples

dev

$ python manage.py reindex

prod

$ ssh user@hostname sudo docker run --env-file .env image python manage.py reindex

readme42.com

About

reindex postgres indexes using django command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages