Metadata-Version: 1.1
Name: accordion-presentation
Version: 1.0
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 (cycle2) accordion for django cms 3.0.6 and django 1.7.
        
        Installation
        -----------------------
        
        Install from pypi 
        
        .. code:: bash
        
        	$ pip install accordion_presentation
        
        or clone from with git 
        
        .. code:: bash
        
        	$ git clone https://github.com/luisza/accordion_presentation.git
        	$ cd accordion_presentation
        	$ python setup.py install
        
        Setup
        -------
        
        And put in your apps
        
        .. code:: python
        	
            INSTALLED_APPS = (
                ...
                'accordion_presentation',
                'paintstore'
            )
        
        Run migrate
        
        .. code:: bash
        
            $ python manager.py migrate 
        
        
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
