Metadata-Version: 1.1
Name: cmsplugin-sections
Version: 0.1.1
Summary: Plugins to aide creating “single page scroller” websites.
Home-page: https://github.com/mkoistinen/cmsplugin-sections
Author: Martin Koistinen
Author-email: mkoistinen@gmail.com
License: LICENSE.txt
Download-URL: https://github.com/mkoistinen/cmsplugin-sections/tarball/0.0.1
Description: cmsplugin-sections
        ==================
        
        A simple plugin for making fantastic "single-page scroller" websites
        
        ## INSTALLATION
        
        pip install https://github.com/mkoistinen/cmsplugin-sections/archive/master.zip
        
        Then, add 'cmsplugin_sections' to your INSTALLED_APPS.
        
        If using Django 1.7, then add:
        
        	'cmsplugin_sections': 'cmsplugin_sections.migrations_django'
        
        to settings.MIGRATION_MODULES
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Programming Language :: Python :: 2.7
