python3-django-celery

Celery integration for Django (Python3 version)

Description

Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

django-celery provides Celery integration for Django using the Django ORM and cache backend for storing results, autodiscovery of task modules for applications listed in INSTALLED_APPS, and integration of task monitoring through the Django admin interface.

Using it in a Django project provides a way to distribute asynchronous tasks like sending emails or batch-processing larger datasets to one or more separate worker nodes.

This package contains the Python 3 version of the library.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://celeryproject.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-django-celery