django_elasticsearch_dsl_drf.management.commands package

Submodules

django_elasticsearch_dsl_drf.management.commands.elasticsearch_remove_indexes module

class django_elasticsearch_dsl_drf.management.commands.elasticsearch_remove_indexes.Command(stdout=None, stderr=None, no_color=False)[source]

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Remove all indexes from Elasticsearch'

Module contents