Metadata-Version: 1.0
Name: djangocms-simple-gallery
Version: 1.0.0
Summary: Simple gallery plugin for the django-cms.
Home-page: https://github.com/divio/djangocms-simple-gallery
Author: Pascal Mouret
Author-email: pascal.mouret@divio.ch
License: UNKNOWN
Description: # djangocms-simple-gallery
        
        Simple gallery plugin for django-cms. Still in development.
        
        ## Installation
        You can easily install it via pip:
        
        * `pip install djangocms-simple-gallery`
        * add `djangocms_simple_gallery` to your `INSTALLED_APPS`
        * run `syncdb` and `migrate`
        
        ## Requirements
        * django-filer
        * easy-thumbnails
        
        ## Settings
        ### DANGOCMS_SIMPLE_GALLERY_TEMPLATES
        A Tuple of Tuples containing the available Templates:
        
        `(('djangocms_gallery/default.html', _('default'),)`
        
        ### DANGOCMS_SIMPLE_GALLERY_ADVANCED_OPTIONS
        Default is False. If True, additional options will be available in the admin.
Platform: OS Independent
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 :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Development Status :: 5 - Production/Stable
