Metadata-Version: 2.1
Name: django-filebrowser-no-grappelli-no-pillow
Version: 3.8.2
Summary: Media-Management no Grappelli no Pillow
Home-page: https://github.com/albadrun/django-filebrowser-no-grappelli-no-pillow
Author: Patrick Kranzlmueller, Axel Swoboda (vonautomatisch), Maxim Sukharev
Author-email: office@vonautomatisch.at, max@smacker.ru
Maintainer: Ragil Pasaribu
Maintainer-email: ragil.albadrun@gmail.com
License: BSD
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE
License-File: AUTHORS

Django FileBrowser
==================

**Media-Management** based on https://github.com/sehmaschine/django-filebrowser
and https://github.com/smacker/django-filebrowser-no-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.

Requirements
------------

FileBrowser 3.8 requires

* Django 1.11/2.2/3.0 (http://www.djangoproject.com)

No Grappelli No Pillow
----------------------

This fork removes the dependency on Grappelli and Pillow (no image processing).

Installation
------------

Stable version:

    pip install django-filebrowser-no-grappelli-no-pillow



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``.


