Django FileBrowser Documentation

Media-Management with Grappelli.

Note

FileBrowser 5.0 requires Django 5.x and Grappelli 4.x.

Installation and Setup

API

Fields & Widgets

Admin Interface

Image Versions

Help

Main Features

  • Browse your media files with the admin interface.

  • Multiple upload, including a progress bar.

  • Automatic thumbnails.

  • Image versions to fit your websites grid (esp. useful with adaptive/responsive layouts).

  • Integration with TinyMCE.

  • FileBrowseField to select images/documents.

  • Signals for upload, rename and delete.

  • Custom actions.

  • Custom file storage engines.

Code

https://github.com/sehmaschine/django-filebrowser

Discussion

Use the FileBrowser Google Group to ask questions or discuss features.

Versions and Compatibility

FileBrowser is always developed against the latest stable Django release.

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