예제 #1
0
 def handle(self, **options):
     index_task.delay(to_class_path(DocumentMappingType),
                      DocumentMappingType.get_indexable())
예제 #2
0
파일: cron.py 프로젝트: AndryulE/kitsune
def reindex_kb():
    """Reindex wiki_document."""
    index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())
예제 #3
0
 def handle(self, **options):
     index_task.delay(DocumentMappingType,
                      DocumentMappingType.get_indexable())
예제 #4
0
def reindex_kb():
    """Reindex wiki_document."""
    index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())
예제 #5
0
 def handle(self, **options):
     index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())