Metadata-Version: 1.1
Name: leonardo-team
Version: 2015.5.0
Summary: Team Application for Leonardo CMS or plain FeinCMS
Home-page: https://github.com/leonardo-modules/leonardo-module-redactor.git
Author: Michael Kuty
Author-email: kutymichael@gmail.com
License: UNKNOWN
Description: ================
        Team Application
        ================
        
        A lightweight Team Application for Leonardo CMS and FeinCMS
        
        .. contents::
            :local:
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo-team
        
        or as leonardo bundle
        
        .. code-block:: bash
        
            pip install django-leonardo["team"]
        
        Add ``team`` to APPS list, in the ``local_settings.py``::
        
            APPS = [
                ...
                'team'
                ...
            ]
        
        Run management commands
        
        .. code-block:: bash
        
            python manage.py makemigrations --noinput
            python manage.py migrate --noinput
        
            python manage.py sync_all
        
            # or
            
            python manage.py collectstatic --noinput
        
        Read More
        ---------
        
        * https://github.com/django-leonardo/django-leonardo
        * leonardo.robotice.org
        
        
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
