Metadata-Version: 1.0
Name: djangocms-gallery
Version: 0.1a
Summary: Gallery plugin for the django-cms.
Home-page: https://github.com/pascalmouret/djangocms-gallery
Author: Pascal Mouret
Author-email: pascal.mouret@divio.ch
License: UNKNOWN
Description: # djangocms-gallery
        
        Gallery plugin for django-cms. Still in development.
        
        ## Installation
        You can easily install it via pip:
        
        * `pip install djangocms-gallery`
        * add `djangocms_gallery` to your `INSTALLED_APPS`
        * run `syncdb` and `migrate`
        
        ## Requirements
        * django-filer
        * easy-thumbnails
        
        ## Settings
        ### GALLERY_TEMPLATES
        A Tuple of Tuples containing the available Templates:
        
        `(('djangocms_gallery/default.html', _('default'),)`
        
        ### 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 :: 3 - Alpha
