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.6 requires
- Django 1.4/1.5/1.6/1.7/1.8/1.9 (http://www.djangoproject.com)
- Pillow (https://github.com/python-imaging/Pillow)
This fork removes the dependency on Grappelli.
Latest version:
pip install -e git+git://github.com/smacker/django-filebrowser-no-grappelli.git#egg=django-filebrowser
Stable version:
pip install django-filebrowser-no-grappelli
http://readthedocs.org/docs/django-filebrowser/
It also has fake model to show filebrowser in admin dashboard, but you can disable it by setting FILEBROWSER_SHOW_IN_DASHBOARD = False
.
https://www.transifex.com/projects/p/django-filebrowser/
- FileBrowser 3.6.2 (Development Version, not yet released, master branch)
- FileBrowser 3.6.1 (November 11th, 2015): Compatible with Django 1.4/1.5/1.6/1.7/1.8
Older versions are available at GitHub, but are not supported anymore.