Handy mixin/abstract class for providing a "publisher workflow" to arbitrary Django models.
Project description
A handy mixin/abstract set of classes for provising a publisher workflow (draft, publish) to arbitrary Django models.
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.