Metadata-Version: 1.1
Name: cmsplugin-tabs
Version: 0.1.10
Summary: A simple tabs plugin for django-cms
Home-page: http://github.com/nimbis/cmsplugin-tabs
Author: Nimbis Services, Inc.
Author-email: devops@nimbisservices.com
License: BSD
Description: Tabs plugin for django-cms
        ==========================
        
        .. image:: https://travis-ci.org/nimbis/cmsplugin-tabs.png?branch=master
          :target: https://travis-ci.org/nimbis/cmsplugin-tabs
        
        .. image:: https://coveralls.io/repos/nimbis/cmsplugin-tabs/badge.png?branch=master
          :target: https://coveralls.io/r/nimbis/cmsplugin-tabs?branch=master
        
        
        A tabs plugin for django-cms.
        
        Requirements
        ------------
        
        * django
        * django-cms
        
        If you want to use the included template, the following are also required:
        * sekizai
        * bootstrap
        
        Installation
        ------------
        
        * Run `pip install cmsplugin-tabs` or download this package and run `python setup.py install`
        
        * Ensure that `cmsplugin_tabs`, and `sekizai` are in your INSTALLED APPS
        
        * Run `syncdb` or `migrate cmsplugin_tabs` if you have South installed.
        
        
        History
        -------
        
        0.1.10:
        
            * Removing pip requirement from setup.py
        
        0.1.9:
        
            * Updated migrations to Django 1.7
        
        0.1.7:
        
            * Added session to setup.py.
        
        0.1.4:
        
            * Added South migrations.
        
        0.1.0:
        
            * Initial commit.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
