Media-Management. (based on https://github.com/sehmaschine/django-filebrowser)
The FileBrowser is an extension to the Django 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.
FileBrowser 3.5 requires
- Django 1.4 or 1.5 or 1.6 (http://www.djangoproject.com)
- Pillow (https://github.com/python-imaging/Pillow)
This fork removes the dependency on Grappelli.
pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser
http://readthedocs.org/docs/django-filebrowser/
https://www.transifex.com/projects/p/django-filebrowser/
- FileBrowser 3.5.4 (Development Version, not yet released, see Branch Stable/3.5.x)
- FileBrowser 3.5.3 (January 7, 2014): Compatible with Django 1.4/1.5/1.6
Older versions are availabe at GitHub, but are not supported anymore.