Metadata-Version: 2.1
Name: django-model-publisher-ai
Version: 0.3.3
Summary: Handy mixin/abstract class for providing a "publisher workflow" to arbitrary Django models.
Home-page: https://github.com/andersinno/django-model-publisher-ai
Author: JP74
Author-email: opensource@jp74.com
License: BSD
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

=========================
Django Model Publisher AI
=========================

Django model mixins and utilities for a standard publisher workflow.

This is a fork of `django-model-publisher
<https://github.com/jp74/django-model-publisher>`_.

``django-model-publisher-ai`` 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-ai/


Getting Help
============

Documentation for django-model-publisher is available at https://django-model-publisher.readthedocs.org.


Quickstart
==========

Install django-model-publisher-ai:

``pip install django-model-publisher-ai``


Features
========

- Django CMS placeholders support.
- Hvad/Parler support.
- Restrict user access to publish functions with user permissions.


