Skip to content

renyi/mezzanine-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A simple editor/moderation workflow for Mezzanine CMS.

Requirements

[Mezzanine CMS] 1

Installation

  1. Add "mezzanine_editor" to INSTALLED_APPS:
    INSTALLED_APPS = (
        "...",
        "mezzanine_editor",
    )

Settings (Optional)

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.

About

A simple editor/moderation workflow for Mezzanine CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages