Metadata-Version: 2.1
Name: django-postgres-reindex-command
Version: 2020.7.1
Summary: reindex postgres indexes using django command
Home-page: https://github.com/andrewp-as-is/django-postgres-reindex-command.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/django-postgres-reindex-command.svg?maxAge=3600)](https://pypi.org/project/django-postgres-reindex-command/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install django-postgres-reindex-command
        ```
        
        ##### `settings.py`
        ```python
        INSTALLED_APPS = [
            ...
            'django_postgres_reindex_command',
            ...
        ]
        ```
        
        #### Examples
        dev
        ```bash
        $ python manage.py reindex
        ```
        
        prod
        ```bash
        $ ssh user@hostname sudo docker run --env-file .env image python manage.py reindex
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: Django postgres reindex
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
