X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0c502550a4f04aa016df8729af2ae2f85c0b495a..70880645deaf4929456d51fd8bbeba07f324b040:/src/dictionary/models.py diff --git a/src/dictionary/models.py b/src/dictionary/models.py index d395b231f..cadee0d13 100644 --- a/src/dictionary/models.py +++ b/src/dictionary/models.py @@ -2,7 +2,7 @@ # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from django.db import models, transaction -from celery.task import task +from celery import shared_task from sortify import sortify from celery.utils.log import get_task_logger @@ -44,7 +44,7 @@ class NoteSource(models.Model): ordering = ['book'] -@task(ignore_result=True) +@shared_task(ignore_result=True) def build_notes(book): if not book.findable: return