Skip to main content

django-celery-model is an extension to Celery and django-celery that supports tasks aligned to Django models.

Project description

[Django-Celery-Model](https://github.com/mback2k/django-celery-model) is an
extension to [Django-Celery](https://github.com/celery/django-celery)
which adds supports for tracking tasks aligned to Django model instances.

Installation
------------
You can install the latest version from GitHub manually:

git clone https://github.com/mback2k/django-celery-model.git
cd django-celery-model
python setup.py install

or via pip:

pip install https://github.com/mback2k/django-celery-model/zipball/master

Configuration
-------------
Add the package to your `INSTALLED_APPS`:

INSTALLED_APPS += (
'djcelery',
'djcelery_model',
)

License
-------
* Released under MIT License
* Copyright (c) 2014 Marc Hoersken <info@marc-hoersken.de>

Project details


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-model-0.0.1dev.zip (5.2 kB view hashes)

Uploaded Source

Built Distribution

django-celery-model-0.0.1dev.win32.exe (200.9 kB view hashes)

Uploaded Source

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