src/iconolab/documents.py
author ymh <ymh.work@gmail.com>
Wed, 27 Jun 2018 15:50:14 +0200
changeset 556 3fd4e04004f6
parent 536 7f8390504d84
permissions -rw-r--r--
Move importcollection and importmetacategories commands to the generic project. Add unique constraint to Metacategories
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
536
7f8390504d84 Replace Haystack by django-elasticsearch-dsl. Haystack is compatible with an outdated version of elasticsearch
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
from .search_indexes import AnnotationDocument, ItemDocument
7f8390504d84 Replace Haystack by django-elasticsearch-dsl. Haystack is compatible with an outdated version of elasticsearch
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
7f8390504d84 Replace Haystack by django-elasticsearch-dsl. Haystack is compatible with an outdated version of elasticsearch
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
__all__ = ['AnnotationDocument', 'ItemDocument']