Skip to main content

Old django celery integration project.

Project description

Looking for sponsor for working on django 1.11 to 2.2 support https://github.com/celery/django-celery/issues/568

django-celery - Celery Integration for Django

https://user-images.githubusercontent.com/26336/59113881-917c5180-890b-11e9-9863-f5a98d0e235e.png
Version:

3.3.1

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-celery-3.3.1.tar.gz (86.6 kB view details)

Uploaded Source

Built Distribution

django_celery-3.3.1-py3-none-any.whl (63.8 kB view details)

Uploaded Python 3

File details

Details for the file django-celery-3.3.1.tar.gz.

File metadata

  • Download URL: django-celery-3.3.1.tar.gz
  • Upload date:
  • Size: 86.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for django-celery-3.3.1.tar.gz
Algorithm Hash digest
SHA256 13b0bd73998dd105bc67af89445036b2a55578299fd0292a846a0c082ed959a9
MD5 935503afef427ae70400c6ec3b5791c8
BLAKE2b-256 fb7045eb14266ac87abecf302bb453bb6be8dc83484362a18cc0957ad2488ca1

See more details on using hashes here.

Provenance

File details

Details for the file django_celery-3.3.1-py3-none-any.whl.

File metadata

  • Download URL: django_celery-3.3.1-py3-none-any.whl
  • Upload date:
  • Size: 63.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for django_celery-3.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f2b5259836867e5ad8282fd9b1edc1fa869028154d129699276e2eaace3445b
MD5 72a10ea9406ac7807d43ddacbcf32e9c
BLAKE2b-256 660887989d1a6f325c60d7c11154817109b840a07cfd38ba5bce34af1b8d35de

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page