summaryrefslogtreecommitdiff
path: root/www/py-dj52-django-celery-results/pkg-descr
blob: da24ab97a379fe05112f6e9a3af873e76c83478e (plain) (blame)
1
2
3
4
5
6
Celery Result Backends using the Django ORM/Cache framework.

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.