Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 778 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 778 Bytes

django-admin-locking

https://img.shields.io/pypi/v/django-admin-locking https://img.shields.io/pypi/pyversions/django-admin-locking PyPI - Django Version

Never lose work to another editor again!

Add admin_locking to INSTALLED_APPS and inherit from admin_locking.AdminLockingMixin.

How to add to all ModelAdmins?

Use a common parent: instead of inheriting from admin.ModelAdmin, create a base object to inherit from.