Prevents users from doing concurrent editing in Django. Works out of the box in the admin interface, or you can integrate it with your own apps using a public API.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-locking-0.2.1.tar.gz
.
File metadata
- Download URL: django-locking-0.2.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afdf192cce943658d37f7ec2f5cd16360d03c3b56df800847f77391cc626bbb1 |
|
MD5 | 01cbc831a3085b080f75e585bfb06954 |
|
BLAKE2b-256 | a6b8da3f83c6f8c67603e99b7a00702e8ba470257705c2bb69fbfe3f162d2839 |