:Version: 2.6.0 :Web: https://django-celery-results.readthedocs.io/ :Download: https://pypi.python.org/pypi/django-celery-results :Source: https://github.com/celery/django-celery-results :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 (:class:`django_celery_results.models.TaskResult` and :class:`django_celery_results.models.GroupResult`) used to store task and group results, and you can query these database tables like any other Django model. If your :pypi:`django-celery-beat` carries ``request["properties"]["periodic_task_name"]``, it will be stored in :attr:`TaskResult.periodic_task_name ` to track the periodic task. Installing ========== The installation instructions for this extension is available from the :ref:`Celery documentation `.