Metadata-Version: 1.0
Name: django-filebrowser
Version: 3.4.2
Summary: Media-Management with Grappelli
Home-page: http://django-filebrowser.readthedocs.org
Author: Patrick Kranzlmueller, Axel Swoboda, Vaclav Mikolasek (vonautomatisch)
Author-email: office@vonautomatisch.at
License: UNKNOWN
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.4.2 requires
        
        * Django 1.3 (http://www.djangoproject.com)
        * Grappelli 2.3.7 (https://github.com/sehmaschine/django-grappelli)
        * PIL (http://www.pythonware.com/products/pil/)
        
        Documentation
        -------------
        
        http://readthedocs.org/docs/django-filebrowser/
        
        Translation
        -----------
        
        https://www.transifex.net/projects/p/django-filebrowser/
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
