Skip to main content
http://cloud.github.com/downloads/celery/celery/celery_128.png
Version:

3.2.0

Web:

http://celeryproject.org/

Download:

http://pypi.python.org/pypi/django-celery/

Source:

http://github.com/celery/django-celery/

Keywords:

celery, task queue, job queue, asynchronous, rabbitmq, amqp, redis, python, django, webhooks, queue, distributed

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 more.

Using django-celery

To enable django-celery for your project you need to add djcelery to INSTALLED_APPS:

INSTALLED_APPS += ("djcelery", )

then add the following lines to your settings.py:

import djcelery
djcelery.setup_loader()

Everything works the same as described in the Celery User Manual, except you need to invoke the programs through manage.py:

Program

Replace with

celery

python manage.py celery

celery worker

python manage.py celery worker

celery beat

python manage.py celery beat

celery ...

python manage.py celery ...

The other main difference is that configuration values are stored in your Django projects’ settings.py module rather than in celeryconfig.py.

If you’re trying celery for the first time you should start by reading Getting started with django-celery

Special note for mod_wsgi users

If you’re using mod_wsgi to deploy your Django application you need to include the following in your .wsgi module:

import djcelery
djcelery.setup_loader()

Documentation

The Celery User Manual contains user guides, tutorials and an API reference. It also has a dedicated subsection about the Django integration.

Installation

You can install django-celery either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install django-celery

To install using easy_install,:

$ easy_install django-celery

You will then want to create the necessary tables. If you generating schema migrations, you’ll want to run:

$ python manage.py migrate djcelery

Downloading and installing from source

Download the latest version of django-celery from http://pypi.python.org/pypi/django-celery/

You can install it by doing the following,:

$ tar xvfz django-celery-0.0.0.tar.gz
$ cd django-celery-0.0.0
# python setup.py install # as root

Using the development version

You can clone the git repository by doing the following:

$ git clone git://github.com/celery/django-celery.git

Getting Help

Mailing list

For discussions about the usage, development, and future of celery, please join the celery-users mailing list.

IRC

Come chat with us on IRC. The #celery channel is located at the Freenode network.

Bug tracker

If you have any suggestions, bug reports or annoyances please report them to our issue tracker at http://github.com/celery/django-celery/issues/

Wiki

http://wiki.github.com/celery/celery/

Contributing

Development of django-celery happens at Github: http://github.com/celery/django-celery

You are highly encouraged to participate in the development. If you don’t like Github (for some reason) you’re welcome to send regular patches.

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

Release files for django-celery 3.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-celery 3.2.2
File Size Uploaded
django-celery-3.2.2.tar.gz 90.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-celery 3.2.2
File Interpreter ABI Platform
django_celery-3.2.2-py2-none-any.whl Python 2 none any Details

Total release size: 153.5 kB

Release files / django-celery-3.2.2.tar.gz

Download URL django-celery-3.2.2.tar.gz
Size 90.2 kB
Tags Source
SHA-256 checksum
How to use checksums
aaba492bf7777f231ec6b02c80aa3ea68758c39f4723864dd4164589b99ad703
BLAKE2b-256 checksum
How to use checksums
64df11398c0f9479b6878bb1cd7e0dafeecf5c2c9b1f4751acd229b8f4b4776d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_celery-3.2.2-py2-none-any.whl

Download URL django_celery-3.2.2-py2-none-any.whl
Size 63.3 kB
Tags Python 2
SHA-256 checksum
How to use checksums
1450264db5ec58e45f3f20d8d361e696920352f62481bf56047288cdb38bcc0b
BLAKE2b-256 checksum
How to use checksums
8c7b3f317b7def87328724041c8c6eb18d4b17c392b135ce66d71b1fa69fada0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

3.3.1

2 release files

3.3.0

2 release files

This release

3.2.2 This release

2 release files

3.2.1

2 release files

3.1.17

1 release file

3.1.16

2 release files

3.1.15

2 release files

3.1.10

2 release files

3.1.9

2 release files

3.1.1

1 release file

3.1.0

1 release file

3.0.23

1 release file

3.0.21

1 release file

3.0.17

1 release file

3.0.11

1 release file

3.0.10

1 release file

3.0.9

1 release file

3.0.6

1 release file

3.0.4

1 release file

3.0.1

1 release file

3.0.0

1 release file

2.5.5

1 release file

2.5.4

1 release file

2.5.3

1 release file

2.5.2

1 release file

2.5.1

1 release file

2.5.0

1 release file

2.4.2

1 release file

2.4.1

1 release file

2.4.0

1 release file

2.3.3

1 release file

2.3.2

1 release file

2.3.1

1 release file

2.3.0

1 release file

2.2.7

1 release file

2.2.4

1 release file

2.2.3

3 release files

2.2.2

3 release files

2.2.1

3 release files

2.2.0

3 release files

2.1.4

1 release file

2.1.2

1 release file

2.1.1

1 release file

2.1.0

1 release file

2.0.3

1 release file

2.0.2

1 release file

2.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page