Metadata-Version: 1.1
Name: cmsplugin_tab_ui
Version: 0.1.1
Summary: Tab plugin for django cms with Jquery ui
Home-page: http://github.com/luisza/cmsplugin-tab-ui
Author: Luisza
Author-email: luisza14@gmail.com
License: GPLv2
Description: cmsplugin-tab-ui
        ================
        
        Tab plugin for django cms with Jquery UI
        
        Installation 
        ==============
        
        Install from pypi 
        
        	$ pip install cmsplugin_tab_ui
        	
        And put in your ``settings`` apps 
        
            INSTALLED_APPS = (
                ...
                'cmsplugin_tab_ui',
            )
        
        Run syncdb or migrate if you use django 1.7
        
            $ python manage.py syncdb
            $ python manager.py migrate
            
        
        Use
        ===== 
        
        In your base template include jquery 
        
        	 <script src="//code.jquery.com/jquery-1.10.2.js"></script>
        
        
        
Keywords: tab django cms django-cms plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
