update index after import

This commit is contained in:
jonaswinkler 2020-12-22 15:53:04 +01:00
parent ebcb2cf694
commit 0fa3c3188d

View File

@ -73,6 +73,9 @@ class Command(Renderable, BaseCommand):
self._import_files_from_manifest()
print("Updating search index...")
call_command('document_index', 'reindex')
@staticmethod
def _check_manifest_exists(path):
if not os.path.exists(path):