Metadata-Version: 1.1
Name: accordion-presentation
Version: 0.3.1
Summary: It is a simple horizontal accordion for django cms
Home-page: http://github.com/luisza/accordion_presentation
Author: Luisza
Author-email: luisza14@gmail.com
License: GPLv2
Description: accordion presentation
        ======================
        
        It is a simple horizontal accordion for django cms 
        
        
        Installation
        -----------------------
        Install from pypi 
        
        	$ pip install accordion_presentation
        
        or clone from with git 
        
        	$ git clone https://github.com/luisza/accordion_presentation.git
        	$ cd accordion_presentation
        	$ python setup.py install
        
        And put in your apps
        
            INSTALLED_APPS = (
                ...
                'accordion_presentation',
            )
        
        Run syncdb
        
            $ python manage.py syncdb
            $ python manager.py migrate --fake
        
        
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
