Close issue #106, Convert document indexing app actions to Celery
This commit is contained in:
@@ -15,5 +15,3 @@ def do_rebuild_all_indexes():
|
||||
DocumentRenameCount.objects.all().delete()
|
||||
for document in Document.objects.all():
|
||||
update_indexes(document)
|
||||
|
||||
return [] # Warnings - None
|
||||
|
||||
Reference in New Issue
Block a user