Home > database >  Django celery page is giving 404
Django celery page is giving 404

Time:03-26

I'm trying to acces https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html but getting 404. Is celery not officially available?

CodePudding user response:

The celery documentation has moved: https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html

  • Related