Metadata-Version: 1.1
Name: django-model-ya-publisher
Version: 0.4.0.dev1
Summary: Handy mixin/abstract class for providing a "publisher workflow" to arbitrary Django models.
Home-page: https://github.com/wearehoods/django-ya-model-publisher
Author: Jens Diemer
Author-email: model-ya-publisher@jensdiemer.de
License: BSD
Description: ====================================
        Django (yet another) Model Publisher
        ====================================
        
        Django model mixins and utilities for a standard publisher workflow.
        
        This is a fork of `andersinno/django-model-publisher-ai <https://github.com/andersinno/django-model-publisher-ai>`_ witch is a fork of the origin `wearehoods/django-ya-model-publisher <https://github.com/wearehoods/django-ya-model-publisher>`_.
        
        +-----------------------------------+--------------------------------------------------------------------+
        | |Build Status on travis-ci.org|   | `travis-ci.org/wearehoods/django-ya-model-publisher`_              |
        +-----------------------------------+--------------------------------------------------------------------+
        | |Coverage Status on coveralls.io| | `coveralls.io/r/wearehoods/django-ya-model-publisher`_             |
        +-----------------------------------+--------------------------------------------------------------------+
        | |Status on landscape.io|          | `landscape.io/github/wearehoods/django-ya-model-publisher/master`_ |
        +-----------------------------------+--------------------------------------------------------------------+
        
        .. |Build Status on travis-ci.org| image:: https://travis-ci.org/wearehoods/django-ya-model-publisher.svg
        .. _travis-ci.org/wearehoods/django-ya-model-publisher: https://travis-ci.org/wearehoods/django-ya-model-publisher/
        .. |Coverage Status on coveralls.io| image:: https://coveralls.io/repos/wearehoods/django-ya-model-publisher/badge.svg
        .. _coveralls.io/r/wearehoods/django-ya-model-publisher: https://coveralls.io/r/wearehoods/django-ya-model-publisher
        .. |Status on landscape.io| image:: https://landscape.io/github/wearehoods/django-ya-model-publisher/master/landscape.svg
        .. _landscape.io/github/wearehoods/django-ya-model-publisher/master: https://landscape.io/github/wearehoods/django-ya-model-publisher/master
        
        --------
        Features
        --------
        
        * Django CMS placeholders support.
        
        * Hvad/Parler support.
        
        * Restrict user access to publish functions with user permissions.
        
        -------
        Roadmap
        -------
        
        * Implement a "request/reject/accept publishing" workflow with a shot messages and logging
        
        --------------------
        Django compatibility
        --------------------
        
        +---------------------------+----------------+---------------+
        | django-ya-model-publisher | django version | python        |
        +===========================+================+===============+
        | v0.0.x                    | 1.8, 1.11      | 2.7, 3.4, 3.5 |
        +---------------------------+----------------+---------------+
        
        TODO: Update travis configs.
        
        -------
        history
        -------
        
        * v0.0.1 - 14.11.2017
        
            * Just create the fork and apply all pull requests from `andersinno/django-model-publisher-ai/pull/14 <https://github.com/andersinno/django-model-publisher-ai/pull/14>`_
        
        -----
        links
        -----
        
        +----------+-----------------------------------------------------------+
        | Homepage | `http://github.com/wearehoods/django-ya-model-publisher`_ |
        +----------+-----------------------------------------------------------+
        | PyPi     | `http://pypi.python.org/pypi/django-ya-model-publisher/`_ |
        +----------+-----------------------------------------------------------+
        
        .. _http://github.com/wearehoods/django-ya-model-publisher: http://github.com/wearehoods/django-ya-model-publisher
        .. _http://pypi.python.org/pypi/django-ya-model-publisher/: http://pypi.python.org/pypi/django-ya-model-publisher/
        
        --------
        donation
        --------
        
        * `paypal.me/JensDiemer <https://www.paypal.me/JensDiemer>`_
        
        * `Flattr This! <https://flattr.com/submit/auto?uid=jedie&url=https%3A%2F%2Fgithub.com%2Fwearehoods%2Fdjango-ya-model-publisher%2F>`_
        
        * Send `Bitcoins <http://www.bitcoin.org/>`_ to `1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F <https://blockexplorer.com/address/1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F>`_
Keywords: publisher django cms parler workflow model-publisher
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Software Development :: Libraries :: Python Modules
