django-admin-locking icon indicating copy to clipboard operation
django-admin-locking copied to clipboard

Prevents users from overwriting each others work in Django. Works with the built in Django admin interface, or you can integrate it with your own apps using a REST API.

Results 1 django-admin-locking issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Thanks for this package, really usefull and simple to install. On my project, I use UUID key instead of integer, with a custom admin site. The url and model...