Binary package “python-django-celery-results-doc” in ubuntu jammy

Celery result backends for Django (Documentation)

 This extension enables you to store Celery task results using the Django ORM.
 .
 It defines a single model (django_celery_results.models.TaskResult) used to
 store task results, and you can query this database table like any other Django
 model.
 .
 This package contains the documentation.