Metadata-Version: 1.1
Name: djangocms-panel
Version: 1.0.0
Summary: Bootstrap panel plugin for Django-CMS
Home-page: https://github.com/tsbarnes/djangocms-panel
Author: T. Scott Barnes
Author-email: barnes.t.scott@gmail.com
License: LICENSE.txt
Description: djangocms-panel
        =================
        
        A Bootstrap panel plugin for Django CMS.
        
        
        Installation
        ------------
        
        This plugin requires `Django-CMS` 3.0 or higher, and `Django` 1.7 or higher.
        
        * Add ``'djangocms_panel'`` to your ``INSTALLED_APPS`` setting.
        * Run ``manage.py migrate djangocms_panel``.
        
        
        Usage
        -----
        
        Just add the `Panel` CMS plugin to any placeholder in your pages. It acts as a
        container for other plugins, much like the built-in columns plugin.
        
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
