django-celery-results - Celery Result Backends for Django¶
- Version
2.2.0
- Web
- Download
- Source
- Keywords
django, celery, database, results
About¶
This extension enables you to store Celery task and group results using the Django ORM.
It defines 2 models (django_celery_results.models.TaskResult
and django_celery_results.models.GroupResult
)
used to store task and group results, and you can query these database tables like
any other Django model.
Installing¶
The installation instructions for this extension is available from the Celery documentation: