Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambitioninc/django-db-mutex
Acquire a mutex via the DB in Django
https://github.com/ambitioninc/django-db-mutex
Last synced: 2 days ago
JSON representation
Acquire a mutex via the DB in Django
- Host: GitHub
- URL: https://github.com/ambitioninc/django-db-mutex
- Owner: ambitioninc
- License: mit
- Created: 2014-03-07T04:09:05.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-24T19:03:55.000Z (over 1 year ago)
- Last Synced: 2024-11-14T16:13:20.636Z (28 days ago)
- Language: Python
- Size: 89.8 KB
- Stars: 26
- Watchers: 14
- Forks: 27
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-db-mutex - Acquire a mutex via the DB in Django (Python)
README
.. image:: https://travis-ci.org/ambitioninc/django-db-mutex.png
:target: https://travis-ci.org/ambitioninc/django-db-mutexdjango-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)