@djangoproject · Post #386 · 18.07.2017 г., 20:28
http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html Previous versions of #Celery required a separate library to work with #Django, but since 3.1 this is no longer the case. Django is supported out of the box now so this document only contains a basic way to integrate Celery and Django. You’ll use the same #API as non-Django users so you’re recommended to read the First Steps with Celery tutorial first and come back to this tutorial. When you have a working example you can continue to the Next Steps guide.