Skip to content

Latest commit

 

History

History
106 lines (73 loc) · 2.33 KB

File metadata and controls

106 lines (73 loc) · 2.33 KB

Django FileBrowser Documentation

Media-Management with Grappelli.

Note

FileBrowser 3.7.2 requires Django 1.9 and Grappelli 2.8.

Installation and Setup

.. toctree::
   :maxdepth: 3

   quickstart
   settings

API

.. toctree::
   :maxdepth: 4

   api

Fields & Widgets

.. toctree::
   :maxdepth: 3

   fieldswidgets

Admin Interface

.. toctree::
   :maxdepth: 3

   admin

Image Versions

.. toctree::
   :maxdepth: 3

   versions

Help

.. toctree::
   :maxdepth: 2

   help
   testing
   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.
  • 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 and is NOT tested with Djangos trunk.

  • FileBrowser 3.7.2 (August 9th, 2016): Compatible with Django 1.9
  • FileBrowser 3.6.4 (March 6th, 2016): Compatible with Django 1.8
  • FileBrowser 3.5.8 (September 7th, 2015): Compatible with Django 1.4/1.5/1.6/1.7

Current development branches:

  • FileBrowser 3.7.3 (Development Version for Django = 1.9, see Branch Stable/3.7.x)
  • FileBrowser 3.6.5 (Development Version for Django = 1.8, see Branch Stable/3.6.x)
  • FileBrowser 3.5.9 (Development Version for Django <= 1.7, see Branch Stable/3.5.x)

Older versions are available at GitHub, but are not supported anymore. Support for 3.5.x and 3.6.x is limited to security issues and very important bugfixes.