Metadata-Version: 1.1
Name: django-model-publisher
Version: 0.1.5
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-Content-Type: UNKNOWN
Description: =============================
        django-model-publisher
        =============================
        
        
        .. image:: https://img.shields.io/pypi/v/django-model-publisher.svg
            :target: https://pypi.python.org/pypi/django-model-publisher
        
        .. image:: https://img.shields.io/pypi/dm/django-model-publisher.svg
            :target: https://pypi.python.org/pypi/django-model-publisher
        
        .. image:: https://img.shields.io/travis/jp74/django-model-publisher.svg
            :target: https://travis-ci.org/jp74/django-model-publisher
        
        .. image:: https://coveralls.io/repos/jp74/django-model-publisher/badge.svg?branch=master
            :target: https://coveralls.io/r/jp74/django-model-publisher?branch=master
        
        Django model mixins and utilities for a standard publisher workflow.
        
        ``django-model-publisher`` supports `Django`_ 1.8 through 1.11 (latest bugfix
        release in each series only) on Python 2.7, 3.3 (Django 1.8 only), 3.4, and 3.5.
        
        .. _Django: http://www.djangoproject.com/
        
        This app is available on `PyPI`_.
        
        .. _PyPI: https://pypi.python.org/pypi/django-model-publisher/
        
        
        Getting Help
        ============
        
        Documentation for django-model-publisher is available 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 :: 4 - Beta
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
