Metadata-Version: 1.1
Name: django-filebrowser-no-grappelli
Version: 3.5.7
Summary: Media-Management no Grappelli
Home-page: https://github.com/smacker/django-filebrowser-no-grappelli
Author: Maxim Sukharev
Author-email: max@smacker.ru
License: BSD
Description: Django FileBrowser
        ==================
        
        **Media-Management**. (based on https://github.com/sehmaschine/django-filebrowser)
        
        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/1.5/1.6/1.7 (http://www.djangoproject.com)
        * Pillow (https://github.com/python-imaging/Pillow)
        
        No Grappelli
        -----------
        
        This fork removes the dependency on Grappelli.
        
        .. figure:: docs/_static/Screenshot.png
           :scale: 50 %
           :alt: django filebrowser no grappelli
        
        Installation
        ------------
        
            pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser
        
        Documentation
        -------------
        
        http://readthedocs.org/docs/django-filebrowser/
        
        It also has fake model to show filebrowser in admin dashboard, but you can disable it by setting ``FILEBROWSER_SHOW_IN_DASHBOARD = False``.
        
        Translation
        -----------
        
        https://www.transifex.com/projects/p/django-filebrowser/
        
        Releases
        --------
        
        * FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x)
        * FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7
        
        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
