A simple editor/moderation workflow for Mezzanine CMS.
[Mezzanine CMS] 1
- Add "mezzanine_editor" to INSTALLED_APPS:
INSTALLED_APPS = (
"...",
"mezzanine_editor",
)
MEZZANINE_EDITOR_ENABLED
Default: True
Description: Toggles editor workflow.
MEZZANINE_EDITOR_SUPER
Default: False
Description: Treat superuser as an editor.
MEZZANINE_EDITOR_GROUPNAME
Default: "Editor"
Description: Name for editor group.