python3-django-celery-results

Celery result backends for Django (Python3 version)
  https://github.com/celery/django-celery-results/
  0
  no reviews



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 Python 3 version of the library.