Piyush Kumar
Piyush Kumar

Reputation: 191

Django celery page is giving 404

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?

Upvotes: 2

Views: 245

Answers (1)

Jimmy Pells
Jimmy Pells

Reputation: 714

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

Upvotes: 2

Related Questions