Answer the question
In order to leave comments, you need to log in
Celery-Django, how to run task from django-shell?
How to run a task from a djanga shell?
I do like this:
from core.celery import app
core - ядро приложения settings.py, urls.py, wsgi.py, celery.py
В celery.py создаётся app
Далее пишу:
res = app.download.delay()
и получаю ошибку:
Celery не имеет аттрибута download
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question