Atomic transaction aware Celery tasks for Django 1.6+
Project description
django_atomic_celery provides a Django 1.6 compatible approach to transactionally aware approach to Celery task scheduling.
Installation
To install django_atomic_celery, do yourself a favor and don’t use anything other than pip:
$ pip install django-atomic-celery
Add django_atomic_celery along with its dependency, django_atomic_signals, to the list of installed apps in your settings file:
INSTALLED_APPS = (
'django_atomic_signals',
'django_atomic_celery',
..
)
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
Close
Hashes for django-atomic-celery-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | afc2adac121c3cbb998cceef32bdb1a9b09fb3ea1e6569339076a5c362a9dea3 |
|
MD5 | ac05698e8b4a15d62fb520f387f5c5d1 |
|
BLAKE2b-256 | 413f6fd983640b62883f5875637cc46e0e9d704ed6e1f7b9ff09b7eddf00ba61 |