Metadata-Version: 1.1
Name: leonardo-theme-bootswatch
Version: 2015.1.0
Summary: Bootswatch theme for Leonardo
Home-page: https://github.com/django-leonardo/leonardo-theme-bootswatch.git
Author: Ales Komarek, Michael Kuty
Author-email: mail@newt.cz
License: UNKNOWN
Description: =========================
        Leonardo Bootswatch Theme
        =========================
        
        Bootswatch http://bootswatch.com/ bundled as Leonardo theme.
        
        Installation
        ============
        
        .. code-block:: bash
        
            pip install leonardo-theme-bootswatch
        
            # or as extras
        
            pip install django-leonardo[bootswatch]
        
        No next steps reuires, Leonardo automaticaly detects this theme and adds it to ``INSTALLED_APPS``, but if you want, you could do this
        
        .. code-block:: python
        
            # leonardo apps
            APPS += ['leonardo_theme_bootswatch']
            
            # or Django apps
        
            INSTALLED_APPS += ['leonardo_theme_bootswatch']
        
        After installation don't forget run ``sync_all`` command.
        
        .. code-block:: python
        
            python manage.py sync_all
        
        Read More
        =========
        
        * https://github.com/django-leonardo/django-leonardo
        * http://django-leonardo.readthedocs.org/en/develop/overview/modules.html
        
        
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
