Metadata-Version: 1.1
Name: django-filebrowser
Version: 3.10.1
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-Content-Type: UNKNOWN
Description: Django FileBrowser
        ==================
        .. image:: https://api.travis-ci.org/sehmaschine/django-filebrowser.svg
            :target: https://travis-ci.org/sehmaschine/django-filebrowser
        
        .. image:: https://readthedocs.org/projects/django-filebrowser/badge/?version=latest
            :target: http://django-filebrowser.readthedocs.org/en/latest/?badge=latest
        
        **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.10 requires
        
        * Django 2.0 (http://www.djangoproject.com)
        * Grappelli 2.11 (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.10.1 (March 21st, 2018): Compatible with Django 2.0
        * FileBrowser 3.9.1 (July 13th, 2017): Compatible with Django 1.11
        * FileBrowser 3.8.1 (July 13th, 2017): Compatible with Django 1.10
        
        Current development branches:
        
        * FileBrowser 3.10.2 (Development Version for Django = 2.0, see Branch Stable/3.10.x)
        * FileBrowser 3.9.2 (Development Version for Django = 1.11, see Branch Stable/3.9.x)
        * FileBrowser 3.8.2 (Development Version for Django = 1.10, see Branch Stable/3.8.x)
        
        Older versions are available at GitHub, but are not supported anymore.
        Support for 3.9.x and 3.8.x is limited to security issues and very important bugfixes.
        
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
