summaryrefslogtreecommitdiff
path: root/www/py-dj51-django-celery-results/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj51-django-celery-results/pkg-descr')
-rw-r--r--www/py-dj51-django-celery-results/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-dj51-django-celery-results/pkg-descr b/www/py-dj51-django-celery-results/pkg-descr
new file mode 100644
index 000000000000..da24ab97a379
--- /dev/null
+++ b/www/py-dj51-django-celery-results/pkg-descr
@@ -0,0 +1,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.