Metadata-Version: 1.1
Name: mezzanine-file-collections
Version: 1.0
Summary: A simple file collection page type for Mezzanine
Home-page: https://github.com/thibault/mezzanine-file-collections
Author: Thibault Jouannic
Author-email: thibault@miximum.fr
License: WTFPL
Description: # Mezzanine File Collections
        
        Mezzanine File Collection is a simple file container page type for the
        Django / Mezzanine CMS.
        
        The Mezzanine's core gallery module only deals with images. I got frustrated
        with it, I quickly developed an alternative to handle any filetype.
        
        Most of this app's code is directly inspired from the Mezzanine's core.
        
        ## Installation
        
        Installation is quite simple.
        
            $ pip install mezzanine-file-collections
        
        Add "mezzanine_file_collections" to your list of installed apps. Then migrate
        your database. That's it.
        
        ## Usage
        
        Once installed, just create a new "File collection", and upload your files
        the usual way.
        
        The default templates uses Bootstrap's media objects for a basic rendering,
        but it's very easy to overwrite it. Just look into the template.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires: m
Requires: e
Requires: z
Requires: z
Requires: a
Requires: n
Requires: i
Requires: n
Requires: e
