Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.1 KB

README.rst

File metadata and controls

37 lines (24 loc) · 1.1 KB

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.