Metadata-Version: 1.1
Name: django-filebrowser
Version: 3.5.6
Summary: Media-Management with Grappelli
Home-page: http://django-filebrowser.readthedocs.org
Author: Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)
Author-email: office@vonautomatisch.at
License: BSD
Description: Django FileBrowser
        ==================
        
        **Media-Management with Grappelli**.
        
        The FileBrowser is an extension to the `Django <http://www.djangoproject.com>`_ administration interface in order to:
        
        * browse directories on your server and upload/delete/edit/rename files.
        * include images/documents to your models/database using the ``FileBrowseField``.
        * select images/documents with TinyMCE.
        
        Requirements
        ------------
        
        FileBrowser 3.5 requires
        
        * Django 1.4 or 1.5 or 1.6 (http://www.djangoproject.com)
        * Grappelli 2.4 or 2.5 (https://github.com/sehmaschine/django-grappelli)
        * Pillow (https://github.com/python-imaging/Pillow)
        
        Documentation
        -------------
        
        http://readthedocs.org/docs/django-filebrowser/
        
        Translation
        -----------
        
        https://www.transifex.com/projects/p/django-filebrowser/
        
        Releases
        --------
        
        * FileBrowser 3.5.7 (Development Version, not yet released, see Branch Stable/3.5.x)
        * FileBrowser 3.5.6 (April 16th, 2014): Compatible with Django 1.4/1.5/1.6
        
        Older versions are availabe at GitHub, but are not supported anymore.
Platform: UNKNOWN
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
