Skip to content

Latest commit

 

History

History
106 lines (70 loc) · 2.13 KB

index.rst

File metadata and controls

106 lines (70 loc) · 2.13 KB

Django FileBrowser Documentation

Media-Management with Grappelli.

This documentation covers version 3.5.1 of the FileBrowser.

Note

FileBrowser requires Django 1.4 and Grappelli 2.4. FileBrowser is always developed against the lastest stable Django release and is NOT tested with Djangos trunk.

Installation and Setup

quickstart settings

FileBrowser Sites

sites actions file_storages

FileBrowser API

api

Admin Interface

admin

Fields and Widgets

fieldswidgets

Image Versions

versions

Help

faq troubleshooting translation releasenotes changelog

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 (AdvImage & AdvLink).
  • FileBrowseField to select Images/Documents.
  • FileInput and ClearableFileInput with Image-Preview.
  • 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 3.5.x: Requires Grappelli 2.4 and Django 1.4
  • FileBrowser 3.4.x: Requires Grappelli 2.3 and Django 1.3

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