Skip to content

adiletmaratov/django-filebrowser-no-grappelli

This branch is 2 commits ahead of, 125 commits behind smacker/django-filebrowser-no-grappelli:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2876a37 · May 16, 2016
Jul 19, 2012
Mar 7, 2016
May 16, 2016
Mar 7, 2016
Nov 6, 2015
Nov 6, 2015
Mar 4, 2014
Aug 13, 2013
May 30, 2011
Jul 19, 2011
Mar 7, 2016
Feb 24, 2016
Feb 24, 2016
Feb 24, 2016

Repository files navigation

Django FileBrowser

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 3.6 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 3.6.3 (Development Version, not yet released, master branch)
  • 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.1%
  • HTML 18.2%
  • JavaScript 18.0%
  • CSS 4.7%