Metadata-Version: 1.1
Name: leonardo-news
Version: 2016.3.2
Summary: News / Articles for Leonardo CMS
Home-page: https://github.com/leonardo-modules/leonardo-news.git
Author: Michael Kuty
Author-email: kutymichael@gmail.com
License: UNKNOWN
Description: ===============
        News / Articles
        ===============
        
        Adoptaion of ``feincms-articles`` for Leonardo CMS.
        
        .. contents::
            :local:
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo-news
        
        optionaly install ``django-taggit``
        
        .. code-block:: bash
        
            pip install leonardo-news[taggit]
            
            pip install django-taggit
        
        or as leonardo bundle
        
        .. code-block:: bash
        
            pip install django-leonardo["news"]
        
        Add ``team`` to APPS list, in the ``local_settings.py``::
        
            APPS = [
                ...
                'news'
                ...
            ]
        
        Run management commands
        
        .. code-block:: bash
        
            python manage.py makemigrations --noinput
            python manage.py migrate --noinput
        
            python manage.py sync_all
        
        Read More
        ---------
        
        * https://github.com/django-leonardo/django-leonardo
        * http://leonardo.robotice.org
        * https://github.com/incuna/feincms-articles
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
