Metadata-Version: 2.4
Name: django-filebrowser
Version: 5.0.0
Summary: Media-Management with Grappelli
Home-page: http://django-filebrowser.readthedocs.org
Download-URL: 
Author: Patrick Kranzlmueller, Axel Swoboda (vonautomatisch)
Author-email: office@vonautomatisch.at
License: BSD
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 :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: django-grappelli<4.1,>=4.0
Requires-Dist: pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Django FileBrowser
==================
.. image:: https://github.com/sehmaschine/django-filebrowser/actions/workflows/tests.yml/badge.svg?branch=master
    :target: https://github.com/sehmaschine/django-filebrowser/actions/workflows/tests.yml?query=branch%3Amaster

.. 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 5.0.x requires

* Django 5.x (http://www.djangoproject.com)
* Grappelli 4.0 (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 5.0.0 (July 27th, 2026): Compatible with Django 5.0
* FileBrowser 4.0.3 (July 27th, 2023): Compatible with Django 4.0

Current development branches:

* FileBrowser 5.0.1 (Development Version for Django 5.x, see Branch Stable/5.0.x)
* FileBrowser 4.0.4 (Development Version for Django 4.0, see Branch Stable/4.0.x)

Older versions are available at GitHub, but are not supported anymore.
