FidelityInternational / djangocms-version-locking

BSD 3-Clause "New" or "Revised" License
1 stars 16 forks source link

django CMS Version Locking


Explanation

The version-locking addon is intended to modify the way djangocms-versioning works in the following way:

Installation

The package djangocms-versioning and djangocms-moderation need to be installed for this project to function correctly.

Configuration

Version-locking makes use of the django-cms 4.x App Registration mechanism to allow models from other addon's (i.e. content-types) to be registered for use with version-locking. See the cms_config.py file for an example of how. In this file the PageContent model is configured for version-locking.