Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nauman3128/django-locking-qc
Django Locking package with 1.7 support
https://github.com/nauman3128/django-locking-qc
Last synced: 2 months ago
JSON representation
Django Locking package with 1.7 support
- Host: GitHub
- URL: https://github.com/nauman3128/django-locking-qc
- Owner: nauman3128
- Created: 2015-04-24T07:26:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T06:15:43.000Z (over 9 years ago)
- Last Synced: 2024-08-04T04:04:55.694Z (6 months ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- starred-awesome - django-locking-qc - Django Locking package with 1.7 support (Python)
README
What the heck is this?
----------------------Django has seen great adoption in the content management sphere, especially among the newspaper crowd. One of the trickier things to get right, is to make sure that nobody steps on each others toes while editing and modifying existing content. Newspaper editors might not always be aware of what other editors are up to, and this goes double for distributed teams. When different people work on the same content, the one who saves last will win the day, while the other edits are overwritten.
`django-locking` provides a system that makes concurrent editing impossible, and informs users of what other users are working on and for how long that content will remain locked. Users can still read locked content, but cannot modify or save it.
Documentation
-------------django-locking is fairly well-documented. Check out the docs!
License
-------django-locking comes with a simplified BSD license, see the included LICENSE file for details.