Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sehmaschine/django-filebrowser
Media-Management with Grappelli
https://github.com/sehmaschine/django-filebrowser
Last synced: about 13 hours ago
JSON representation
Media-Management with Grappelli
- Host: GitHub
- URL: https://github.com/sehmaschine/django-filebrowser
- Owner: sehmaschine
- License: other
- Created: 2011-03-07T20:38:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T12:11:01.000Z (about 2 months ago)
- Last Synced: 2024-12-04T19:08:37.398Z (8 days ago)
- Language: Python
- Homepage: http://twitter.com/sehmaschine
- Size: 5.45 MB
- Stars: 983
- Watchers: 47
- Forks: 408
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - django-filebrowser - Media-Management with Grappelli (Python)
- best-of-web-python - GitHub - 5% open · ⏱️ 27.07.2023): (Django Utilities)
README
Django FileBrowser
==================
.. image:: https://github.com/sehmaschine/django-filebrowser/actions/workflows/tests.yml/badge.svg?branch=master
:target: https://github.com/sehmaschine/django-filebrowser/actions/workflows/tests.yml?query=branch%3Amaster.. image:: https://readthedocs.org/projects/django-filebrowser/badge/?version=latest
:target: http://django-filebrowser.readthedocs.org/en/latest/?badge=latest**Media-Management with Grappelli**.
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.Requirements
------------FileBrowser 4.0.3 requires
* Django 4.0 (http://www.djangoproject.com)
* Grappelli 3.0 (https://github.com/sehmaschine/django-grappelli)
* Pillow (https://github.com/python-imaging/Pillow)Documentation
-------------http://readthedocs.org/docs/django-filebrowser/
Translation
-----------https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------* FileBrowser 4.0.3 (July 27th, 2023): Compatible with Django 4.0
* FileBrowser 3.14.3 (January 12th, 2022): Compatible with Django 3.2 (LTS)Current development branches:
* FileBrowser 4.0.4 (Development Version for Django 4.0, see Branch Stable/4.0.x)
* FileBrowser 3.14.4 (Development Version for Django 3.2, see Branch Stable/3.14.x)Older versions are available at GitHub, but are not supported anymore.