Metadata-Version: 2.1
Name: django-postgres-reindex-command
Version: 2020.4.16
Summary: reindex postgres indexes using django command
Home-page: https://github.com/andrewp-as-is/django-postgres-reindex-command.py
License: Unlicense
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/django-postgres-reindex-command.svg?longCache=True)](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
        ```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://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: Django,postgres,reindex
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
