Metadata-Version: 1.1
Name: django-model-publisher
Version: 0.1.0
Summary: Handy mixin/abstract class for providing a "publisher workflow" to arbitrary Django models.
Home-page: https://github.com/jp74/django-model-publisher
Author: JP74
Author-email: opensource@jp74.com
License: BSD
Description: =============================
        django-model-publisher
        =============================
        
        .. image:: https://badge.fury.io/py/django-model-publisher.png
            :target: https://badge.fury.io/py/django-model-publisher
        
        .. image:: https://travis-ci.org/jp74/django-model-publisher.png?branch=master
            :target: https://travis-ci.org/jp74/django-model-publisher
        
        .. image:: https://coveralls.io/repos/jp74/django-model-publisher/badge.png?branch=master
            :target: https://coveralls.io/r/jp74/django-model-publisher?branch=master
        
        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.
        
Keywords: django-model-publisher
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
