Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 607 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 607 Bytes
https://travis-ci.org/ambitioninc/django-db-mutex.png

django-db-mutex

Provides the ability to acquire a mutex lock from the database in Django.

Installation

To install the latest release, type:

pip install django-db-mutex

To install the latest code directly from source, type:

pip install git+git://github.com/ambitioninc/django-db-mutex.git

Documentation

Full documentation is available at http://django-db-mutex.readthedocs.org

License

MIT License (see LICENSE)