Skip to content

skliarpawlo/django_atomic_celery

 
 

Repository files navigation

django_atomic_celery - Atomic transaction aware Celery tasks for Django

https://travis-ci.org/nickbruun/django_atomic_celery.png?branch=master

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',
    ..
)

About

Atomic transaction aware Celery tasks for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%