/django-model-publisher

Handy mixin/abstract class for providing a "publisher workflow" to arbitrary Django models.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-model-publisher

A handy mixin/abstract set of classes for provising a publisher workflow (draft, publish) to arbitrary Django models

https://coveralls.io/repos/jp74/django-model-publisher/badge.svg?branch=master

Documentation

The full documentation is at https://django-model-publisher.readthedocs.org.

Quickstart

Install django-model-publisher:

pip install django-model-publisher

Features

  • Django CMS placeholders support.
  • Hvad/Parler support.
  • Restrict user access to publish functions with user permissions.