X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d2b0cc75d0835ad5384bec638fea6ea244eadb40..HEAD:/src/dictionary/models.py diff --git a/src/dictionary/models.py b/src/dictionary/models.py index d395b231f..1068a9648 100644 --- a/src/dictionary/models.py +++ b/src/dictionary/models.py @@ -1,8 +1,8 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. 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