Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smacker/django-filebrowser-no-grappelli
Media-Management no Grappelli
https://github.com/smacker/django-filebrowser-no-grappelli
django filebrowser
Last synced: 12 days ago
JSON representation
Media-Management no Grappelli
- Host: GitHub
- URL: https://github.com/smacker/django-filebrowser-no-grappelli
- Owner: smacker
- License: other
- Fork: true (sehmaschine/django-filebrowser)
- Created: 2012-03-02T09:53:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T14:33:30.000Z (about 1 year ago)
- Last Synced: 2024-09-23T22:12:51.844Z (about 2 months ago)
- Topics: django, filebrowser
- Language: Python
- Homepage:
- Size: 3.49 MB
- Stars: 140
- Watchers: 14
- Forks: 96
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Django FileBrowser
==================
.. image:: https://api.travis-ci.org/smacker/django-filebrowser-no-grappelli.svg
:target: https://travis-ci.org/smacker/django-filebrowser-no-grappelli.. image:: https://readthedocs.org/projects/django-filebrowser/badge/?version=latest
:target: http://django-filebrowser.readthedocs.org/en/latest/?badge=latest.. image:: https://img.shields.io/pypi/v/django-filebrowser-no-grappelli.svg
:target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli.. image:: https://img.shields.io/pypi/l/django-filebrowser-no-grappelli.svg
:target: https://pypi.python.org/pypi/django-filebrowser-no-grappelli**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.Requirements
------------FileBrowser 4.0 requires
* Django 2/3/4 (http://www.djangoproject.com)
* Pillow (https://github.com/python-imaging/Pillow)No Grappelli
------------This fork removes the dependency on Grappelli.
.. figure:: docs/_static/Screenshot.png
:scale: 50 %
:alt: django filebrowser no grappelliInstallation
------------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
Documentation
-------------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``.
Translation
-----------https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------* FileBrowser 4.0.2 (July 18th, 2023): Compatible with Django 3/4
* FileBrowser 3.8.0 (November 4th, 2019): Compatible with Django 1.11/2.0/2.1/2.2/3.0
* FileBrowser 3.7.9 (November 3rd, 2019): Compatible with Django 1.8/1.9/1.10/1.11/2.0/2.1/2.2
* FileBrowser 3.6.2 (March 7th, 2016): Compatible with Django 1.4/1.5/1.6/1.7/1.8/1.9Older versions are available at GitHub, but are not supported anymore.