Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 284 Bytes

configuration_tweaks.rst

File metadata and controls

12 lines (10 loc) · 284 Bytes

Configuration tweaks

Ignore certain Elasticsearch exceptions

class BookIgnoreIndexErrorsDocumentViewSet(DocumentViewSet):

    # ...
    ignore = [404]
    # ...