fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing constraint.
[wolnelektury.git]
/
src
/
dictionary
/
models.py
diff --git
a/src/dictionary/models.py
b/src/dictionary/models.py
index
d395b23
..
cadee0d
100644
(file)
--- 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
# 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
from sortify import sortify
from celery.utils.log import get_task_logger
@@
-44,7
+44,7
@@
class NoteSource(models.Model):
ordering = ['book']
ordering = ['book']
-@task(ignore_result=True)
+@
shared_
task(ignore_result=True)
def build_notes(book):
if not book.findable:
return
def build_notes(book):
if not book.findable:
return