Django FileBrowser Documentation¶
Media-Management with Grappelli.
Note
FileBrowser 3.5.7 requires Django 1.4/1.5/1.6 or 1.7 and Grappelli 2.4/2.5 or 2.6.
Installation and Setup¶
API¶
Fields & Widgets¶
Admin Interface¶
Image Versions¶
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.
- FileInput and ClearableFileInput with image preview.
- Signals for upload, rename and delete.
- Custom actions.
- Custom file storage engines.
Discussion¶
Use the FileBrowser Google Group to ask questions or discuss features.
Versions and Compatibility¶
- FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x)
- FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7
Older versions are availabe at GitHub, but are not supported anymore.