Skip to main content

Atomic transaction aware signals for Django 1.6+

Project description

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

django_atomic_dispatch provides a Django 1.6-1.7 compatible approach to transactionally aware signal dispatch.

Installation

To install django_atomic_dispatch, do yourself a favor and don’t use anything other than pip:

$ pip install django-atomic-dispatch

Add django_atomic_dispatch along with its dependency, django_atomic_signals, to the list of installed apps in your settings file:

INSTALLED_APPS = (
    'django_atomic_signals',
    'django_atomic_dispatch',
    ..
)

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-atomic-dispatch-1.0.0.tar.gz (4.4 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