Skip to content

smacker/django-filebrowser-no-grappelli

This branch is 164 commits ahead of, 114 commits behind sehmaschine/django-filebrowser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 18, 2023
9a64948 · Jul 18, 2023
Jul 19, 2012
Jul 18, 2023
Jul 18, 2023
Jan 30, 2022
Jan 27, 2018
Dec 2, 2019
Mar 4, 2014
Aug 13, 2013
May 30, 2011
Mar 18, 2019
Jul 18, 2023
Feb 2, 2022
Dec 3, 2019
Feb 2, 2022
Jul 18, 2023
Dec 2, 2019

Repository files navigation

Django FileBrowser

https://readthedocs.org/projects/django-filebrowser/badge/?version=latest

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

No Grappelli

This fork removes the dependency on Grappelli.

django filebrowser no grappelli

Installation

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.9

Older versions are available at GitHub, but are not supported anymore.

About

Media-Management no Grappelli

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.6%
  • JavaScript 17.5%
  • HTML 17.2%
  • CSS 3.8%
  • Shell 0.9%