Metadata-Version: 1.1
Name: leonardo-module-links
Version: 2015.10.0
Summary: Links for Leonardo CMS
Home-page: https://github.com/leonardo-modules/leonardo-module-links.git
Author: Michael Kuty
Author-email: kutymichael@gmail.com
License: UNKNOWN
Description: ==============
        Leonardo Links
        ==============
        
        Small module with ``Link`` and ``CategoryLink`` model and ``LinkButton`` and ``LinkMenu`` widgets for Leonardo
        
        .. contents::
            :local:
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo_module_links
        
        or as leonardo bundle
        
        .. code-block:: bash
        
            pip install django-leonardo["links"]
        
        Add ``leonardo_module_links`` to APPS list, in the ``local_settings.py``::
        
            APPS = [
                ...
                'links'
                ...
            ]
        
            # or
        
            APPS = ['leonardo_module_links']
            
            # or
        
            INSTALLED_APPS = ['leonardo_module_links']       
        
        Load new template to db
        
        .. code-block:: bash
        
            python manage.py sync_all
        
        
        See `Leonardo`_
        
        .. _`Leonardo`: https://github.com/django-leonardo/django-leonardo
        
        
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
