Metadata-Version: 1.1
Name: cmsplugin-tabs
Version: 0.1.5
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
        
        
        
        Requirements
        ------------
        
        * django >= 1.5
        * django-cms
        * sekizai (only if you want to use the included template)
        * bootstrap (only if you want to use the included template)
        
        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.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
